![]() |
MAK Data Logger API Documentation for DIS
|
defines an object class inside our Fed Tree More...
Inheritance diagram for DtInteractionClassFedNode:
Collaboration diagram for DtInteractionClassFedNode:Public Types | |
| typedef std::list < DtInteractionClassFedNode * > | InteractionClassFedNodeList |
| A list of DtObjectClassFedNode pointers. | |
| typedef std::list < DtParameterFedNode * > | ParameterFedNodeList |
| A list of AttributeFedNode poiters. | |
Public Member Functions | |
| DtInteractionClassFedNode () | |
| Default Constructor. | |
| DtInteractionClassFedNode (DtFedNode *) | |
| Constructor that includes a parent node. | |
| virtual | ~DtInteractionClassFedNode () |
| Destructor. | |
| DtInteractionClassFedNode (const DtInteractionClassFedNode &orig) | |
| Copy Constructor. | |
| DtInteractionClassFedNode & | operator= (const DtInteractionClassFedNode &rhs) |
| Assignment Operator. | |
| virtual void | addParameter (DtParameterFedNode *parameter) |
| Add a new parameter to this class. | |
| virtual void | addChildInteraction (DtInteractionClassFedNode *child) |
| Add a new child object to this class. | |
| virtual DtInteractionClassFedNode * | findChildInteraction (const char *name) |
| Go down the tree until I find the object with the following name. | |
| virtual const DtParameterFedNode * | findParameter (const char *parameter) const |
| Go down the list of parameters until I find this one. | |
| virtual const InteractionClassFedNodeList & | getChildInteractions () const |
| Get the list of Child objects. | |
| virtual const ParameterFedNodeList & | getParameters () const |
| Get the list of Parameters. | |
| virtual void | setDescriptor (const DtString &) |
| virtual const DtString & | getDescriptor () |
| virtual void | setSharing (const DtString &) |
| virtual const DtString & | getSharing () |
| virtual void | setTransportation (const DtString &) |
| virtual const DtString & | getTransportation () |
| virtual void | setOrder (const DtString &) |
| virtual const DtString & | getOrder () |
| virtual void | setIdentifier (int) |
| virtual int | getIdentifier () |
| virtual void | setParentIdentifier (int) |
| virtual int | getParentIdentifier () |
Public Member Functions inherited from DtFedNode | |
| DtFedNode () | |
| Default Constructor. | |
| DtFedNode (DtFedNode *) | |
| Build this Node as a child in the tree. | |
| virtual | ~DtFedNode () |
| Destructor. | |
| DtFedNode (const DtFedNode &orig) | |
| Copy Constructor. | |
| DtFedNode & | operator= (const DtFedNode &rhs) |
| Assignment Operator. | |
| virtual void | setParentObject (DtFedNode *) |
| Set the parent, if you haven't done it in the constructor. | |
| virtual DtFedNode * | getParentObject () const |
| Get the parent. | |
| virtual const DtString & | getFullName () const |
| Get the full name of this node... | |
Public Member Functions inherited from DtOMTNode | |
| DtOMTNode () | |
| Default Constructor. | |
| virtual | ~DtOMTNode () |
| Destructor. | |
| DtOMTNode (const DtOMTNode &orig) | |
| Copy Constructor. | |
| DtOMTNode & | operator= (const DtOMTNode &rhs) |
| Assignment Operator. | |
| virtual void | setName (const DtString &) |
| virtual const DtString & | getName () const |
Protected Member Functions | |
| virtual void | removeParameters () |
Protected Attributes | |
| ParameterFedNodeList | myParameters |
| InteractionClassFedNodeList | myChildInteractions |
| DtString | myDescriptor |
| DtString | mySharing |
| DtString | myTransportation |
| DtString | myOrder |
| int | myIdentifier |
| int | myParentIdentifier |
Protected Attributes inherited from DtFedNode | |
| DtFedNode * | myParentObject |
Protected Attributes inherited from DtOMTNode | |
| DtString | myName |
defines an object class inside our Fed Tree
| typedef std::list<DtInteractionClassFedNode*> DtInteractionClassFedNode::InteractionClassFedNodeList |
A list of DtObjectClassFedNode pointers.
| typedef std::list<DtParameterFedNode*> DtInteractionClassFedNode::ParameterFedNodeList |
A list of AttributeFedNode poiters.
| DtInteractionClassFedNode::DtInteractionClassFedNode | ( | ) |
Default Constructor.
|
explicit |
Constructor that includes a parent node.
|
virtual |
Destructor.
| DtInteractionClassFedNode::DtInteractionClassFedNode | ( | const DtInteractionClassFedNode & | orig | ) |
Copy Constructor.
|
virtual |
Add a new child object to this class.
|
virtual |
Add a new parameter to this class.
|
virtual |
Go down the tree until I find the object with the following name.
|
virtual |
Go down the list of parameters until I find this one.
|
virtual |
Get the list of Child objects.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Get the list of Parameters.
|
virtual |
|
virtual |
|
virtual |
| DtInteractionClassFedNode& DtInteractionClassFedNode::operator= | ( | const DtInteractionClassFedNode & | rhs | ) |
Assignment Operator.
|
protectedvirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |