#include <State.h>
Collaboration diagram for SCTDAL::State:
Public Member Functions | |
State (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~State () |
bool | destroy (::Configuration &conf) |
Destroy object of the State class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
const std::string & | get_name () const |
Get "name" attribute value. | |
const std::string & | name () const |
bool | set_name (const std::string &value) |
Set "name" attribute value. | |
const std::vector< const SCTDAL::Param * > & | get_stateParam () const |
Get "stateParam" relationship value. | |
const std::vector< const SCTDAL::Param * > & | stateParam () const |
bool | set_stateParam (const std::vector< const SCTDAL::Param * > &value) |
Set "stateParam" relationship value. | |
Static Public Member Functions | |
static State * | create (::Configuration &conf, const std::string &id="") |
Create new object of the State class. | |
Static Public Attributes | |
static const std::string | s_class_name |
Private Member Functions | |
void | check_init () const |
Static Private Member Functions | |
static void | update (::Configuration &conf, const ::ConfigurationChange *change) |
static void | reset (::Configuration &conf, bool re_initialise_obj) |
Private Attributes | |
std::string | m_name |
std::vector< const SCTDAL::Param * > | m_stateParam |
Friends | |
class | ::Configuration |
Definition at line 26 of file State.h.
|
Create new object of the State class.
|
|
Destroy object of the State class.
|
|
Get "name" attribute value.
Definition at line 82 of file State.h. References check_init(), and m_name. Here is the call graph for this function: ![]() |
|
Get "stateParam" relationship value.
Definition at line 95 of file State.h. References check_init(), and m_stateParam. Here is the call graph for this function: ![]() |
|
Set "name" attribute value.
|
|
Set "stateParam" relationship value.
|