Belle II Software  release-08-01-10
RCNode Class Reference
Inheritance diagram for RCNode:
Collaboration diagram for RCNode:

Public Member Functions

 RCNode (const std::string &name="")
 
bool isSequential () const
 
const std::string & getConfig () const
 
void setSequential (bool seq)
 
void setConfig (const std::string &config)
 
void setGlobal (int isglobal)
 
int isGlobal () const
 
const std::string & getName () const
 
int getId () const
 
bool isUsed () const
 
NSMStategetState ()
 
const NSMStategetState () 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)
 

Protected Attributes

std::string m_name
 
int m_id
 
bool m_used
 
NSMState m_state
 
int m_date
 

Private Attributes

bool m_sequential
 
int m_isglobal
 
std::string m_config
 

Detailed Description

Definition at line 19 of file RCNode.h.


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