#include <InstancesNode.h>

Public Member Functions | |
| void | addInstance (InstanceNode *in) |
| InstancesNode (void) | |
| virtual void | printNode () |
| virtual int | qualifyNode () |
Public Attributes | |
| NodeGroup | instances |
| int | node_type |
Definition at line 39 of file InstancesNode.h.
| InstancesNode::InstancesNode | ( | void | ) | [inline] |
Definition at line 42 of file InstancesNode.h.
| void InstancesNode::addInstance | ( | InstanceNode * | in | ) |
Definition at line 51 of file InstancesNode.h.
| void InstancesNode::printNode | ( | ) | [virtual] |
Implements Node.
Definition at line 60 of file InstancesNode.h.
| int InstancesNode::qualifyNode | ( | ) | [virtual] |
Implements Node.
Definition at line 68 of file InstancesNode.h.
Definition at line 44 of file InstancesNode.h.
Definition at line 42 of file InstancesNode.h.