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

Public Member Functions

 NSMNode (const std::string &name="")
 
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
 

Detailed Description

Definition at line 21 of file NSMNode.h.


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