Public Member Functions | |
| getSucc () | |
| getPred () | |
| setFrom ($node) | |
| setToFalse ($node) | |
| setToTrue ($node) | |
| setConditionText ($cond) | |
| getGraphVizCode () | |
Protected Attributes | |
| $m_from | |
| $m_to_true | |
| $m_to_false | |
| $m_con_text = 'empty_condition' | |
Definition at line 1038 of file SRF_Process.php.
| SplitConditionalOrEdge::getSucc | ( | ) |
| SplitConditionalOrEdge::getPred | ( | ) |
| SplitConditionalOrEdge::setFrom | ( | $ | node | ) |
Definition at line 1053 of file SRF_Process.php.
| SplitConditionalOrEdge::setToFalse | ( | $ | node | ) |
Definition at line 1058 of file SRF_Process.php.
| SplitConditionalOrEdge::setToTrue | ( | $ | node | ) |
Definition at line 1063 of file SRF_Process.php.
| SplitConditionalOrEdge::setConditionText | ( | $ | cond | ) |
Definition at line 1068 of file SRF_Process.php.
| SplitConditionalOrEdge::getGraphVizCode | ( | ) |
Reimplemented from ProcessEdge.
Definition at line 1072 of file SRF_Process.php.
References ProcessEdge::getId().
SplitConditionalOrEdge::$m_from [protected] |
Definition at line 1040 of file SRF_Process.php.
SplitConditionalOrEdge::$m_to_true [protected] |
Definition at line 1041 of file SRF_Process.php.
SplitConditionalOrEdge::$m_to_false [protected] |
Definition at line 1042 of file SRF_Process.php.
SplitConditionalOrEdge::$m_con_text = 'empty_condition' [protected] |
Definition at line 1043 of file SRF_Process.php.
1.5.6