Inheritance diagram for CCM::StateRefNode:
CCMB only allows this as a leaf node of a process.
Public Member Functions | |
StateRefNode (string statename) | |
override string | ToString () |
Return a string representation of this Node. | |
override string | ccmb () |
Generate a CCMB notation of this node and all its successors (i. e. its transitive alternatives). | |
override string | prolog () |
Generate a Prolog notation of this node and all its successors (i. e. its transitive alternatives). | |
Private Attributes | |
string | statename |
|
|
|
Generate a CCMB notation of this node and all its successors (i. e. its transitive alternatives).
Reimplemented from CCM::Node. |
|
Generate a Prolog notation of this node and all its successors (i. e. its transitive alternatives).
Reimplemented from CCM::Node. |
|
Return a string representation of this Node.
Reimplemented from CCM::Node. |
|
|