Inherited by SequentialEdge, SplitConditionalOrEdge, and SplitEdge.
Public Member Functions | |
| getId () | |
| getUUID () | |
| getSucc () | |
| getPred () | |
| getGraphVizCode () | |
Private Attributes | |
| $m_id | |
| $m_uid | |
Definition at line 982 of file SRF_Process.php.
| ProcessEdge::getId | ( | ) |
Definition at line 987 of file SRF_Process.php.
Referenced by SequentialEdge::getGraphVizCode(), SplitParallelEdge::getGraphVizCode(), SplitExclusiveOrEdge::getGraphVizCode(), and SplitConditionalOrEdge::getGraphVizCode().
| ProcessEdge::getUUID | ( | ) |
Definition at line 995 of file SRF_Process.php.
| ProcessEdge::getSucc | ( | ) | [abstract] |
Reimplemented in SplitEdge, SplitConditionalOrEdge, and SequentialEdge.
| ProcessEdge::getPred | ( | ) | [abstract] |
Reimplemented in SplitEdge, SplitConditionalOrEdge, and SequentialEdge.
| ProcessEdge::getGraphVizCode | ( | ) | [abstract] |
Reimplemented in SplitConditionalOrEdge, SplitExclusiveOrEdge, SplitParallelEdge, and SequentialEdge.
ProcessEdge::$m_id [private] |
Definition at line 984 of file SRF_Process.php.
ProcessEdge::$m_uid [private] |
Definition at line 985 of file SRF_Process.php.
1.5.6