iCelEdge Struct Reference
Interface for CEL Edge. More...
#include <tools/celgraph.h>
Inheritance diagram for iCelEdge:

Public Member Functions | |
virtual bool | GetState ()=0 |
Get state. | |
virtual iCelNode * | GetSuccessor ()=0 |
Get end-side Node. | |
virtual void | SetState (bool open)=0 |
Sets if the edge is open or closed. | |
virtual void | SetSuccessor (iCelNode *node)=0 |
Sets successor node. |
Detailed Description
Interface for CEL Edge.
Definition at line 35 of file celgraph.h.
Member Function Documentation
virtual bool iCelEdge::GetState | ( | ) | [pure virtual] |
Get state.
virtual iCelNode* iCelEdge::GetSuccessor | ( | ) | [pure virtual] |
Get end-side Node.
virtual void iCelEdge::SetState | ( | bool | open | ) | [pure virtual] |
Sets if the edge is open or closed.
virtual void iCelEdge::SetSuccessor | ( | iCelNode * | node | ) | [pure virtual] |
Sets successor node.
The documentation for this struct was generated from the following file:
- tools/celgraph.h
Generated for CEL: Crystal Entity Layer 1.4.1 by doxygen 1.7.1