|
| NSMNode (const std::string &name="") |
|
const std::string & | getName () const |
|
int | getId () const |
|
bool | isUsed () const |
|
NSMState & | getState () |
|
const NSMState & | getState () const |
|
void | setName (const std::string &name) |
|
void | setUsed (bool used) |
|
void | setState (const NSMState &state) |
|
void | setId (int id) |
|
int | getDate () const |
|
void | setDate (int date) |
|
void | setDate (const Date &date) |
|
|
std::string | m_name |
|
int | m_id |
|
bool | m_used |
|
NSMState | m_state |
|
int | m_date |
|
Definition at line 21 of file NSMNode.h.
The documentation for this class was generated from the following files: