Inherited by SplitExclusiveOrEdge, and SplitParallelEdge.
Public Member Functions | |
| setFrom ($node) | |
| addTo ($node) | |
| getPred () | |
| getSucc () | |
Protected Attributes | |
| $m_from | |
| $m_to = array() | |
Definition at line 1013 of file SRF_Process.php.
| SplitEdge::setFrom | ( | $ | node | ) |
Definition at line 1018 of file SRF_Process.php.
| SplitEdge::addTo | ( | $ | node | ) |
Definition at line 1023 of file SRF_Process.php.
| SplitEdge::getPred | ( | ) |
Reimplemented from ProcessEdge.
Definition at line 1028 of file SRF_Process.php.
Referenced by SplitParallelEdge::getGraphVizCode(), and SplitExclusiveOrEdge::getGraphVizCode().
| SplitEdge::getSucc | ( | ) |
Reimplemented from ProcessEdge.
Definition at line 1032 of file SRF_Process.php.
Referenced by SplitParallelEdge::getGraphVizCode(), and SplitExclusiveOrEdge::getGraphVizCode().
SplitEdge::$m_from [protected] |
Definition at line 1015 of file SRF_Process.php.
SplitEdge::$m_to = array() [protected] |
Definition at line 1016 of file SRF_Process.php.
1.5.6