Version: 9.16.0
YACS::ENGINE::NodeStateNameMap Class Reference

#include <Node.hxx>

Inheritance diagram for YACS::ENGINE::NodeStateNameMap:
Collaboration diagram for YACS::ENGINE::NodeStateNameMap:

Public Member Functions

 NodeStateNameMap ()
 

Detailed Description

Definition at line 63 of file Node.hxx.

Constructor & Destructor Documentation

◆ NodeStateNameMap()

NodeStateNameMap::NodeStateNameMap ( )

Definition at line 49 of file Node.cxx.

50{
51 insert(make_pair(YACS::READY, "READY"));
52 insert(make_pair(YACS::TOLOAD, "TOLOAD"));
53 insert(make_pair(YACS::LOADED, "LOADED"));
54 insert(make_pair(YACS::TOACTIVATE, "TOACTIVATE"));
55 insert(make_pair(YACS::ACTIVATED, "ACTIVATED"));
56 insert(make_pair(YACS::DESACTIVATED, "DESACTIVATED"));
57 insert(make_pair(YACS::DONE, "DONE"));
58 insert(make_pair(YACS::SUSPENDED, "SUSPENDED"));
59 insert(make_pair(YACS::LOADFAILED, "LOADFAILED"));
60 insert(make_pair(YACS::EXECFAILED, "EXECFAILED"));
61 insert(make_pair(YACS::PAUSE, "PAUSE"));
62 insert(make_pair(YACS::INTERNALERR, "INTERNALERR"));
63 insert(make_pair(YACS::DISABLED, "DISABLED"));
64 insert(make_pair(YACS::FAILED, "FAILED"));
65 insert(make_pair(YACS::ERROR, "ERROR"));
66}
@ FAILED
Definition: define.hxx:51
@ DESACTIVATED
Definition: define.hxx:42
@ EXECFAILED
Definition: define.hxx:46
@ TOLOAD
Definition: define.hxx:38
@ LOADED
Definition: define.hxx:39
@ READY
Definition: define.hxx:37
@ ACTIVATED
Definition: define.hxx:41
@ INTERNALERR
Definition: define.hxx:49
@ DONE
Definition: define.hxx:43
@ TOACTIVATE
Definition: define.hxx:40
@ SUSPENDED
Definition: define.hxx:44
@ PAUSE
Definition: define.hxx:47
@ DISABLED
Definition: define.hxx:50
@ LOADFAILED
Definition: define.hxx:45
@ ERROR
Definition: define.hxx:52

References YACS::ACTIVATED, YACS::DESACTIVATED, YACS::DISABLED, YACS::DONE, YACS::ERROR, YACS::EXECFAILED, YACS::FAILED, YACS::INTERNALERR, YACS::LOADED, YACS::LOADFAILED, YACS::PAUSE, YACS::READY, YACS::SUSPENDED, YACS::TOACTIVATE, and YACS::TOLOAD.


The documentation for this class was generated from the following files: