|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.upb.swt.epctools.simulator.explicit.Node_DS
de.upb.swt.epctools.simulator.explicit.SplitConnector_DS
de.upb.swt.epctools.simulator.explicit.AndSplitConnector_DS
class AndSplitConnector_DS
Implements an AND-split connector of the EPC data structure.
| Field Summary |
|---|
| Fields inherited from class de.upb.swt.epctools.simulator.explicit.SplitConnector_DS |
|---|
inputArc, outputArcs |
| Fields inherited from class de.upb.swt.epctools.simulator.explicit.Node_DS |
|---|
epc, modelNode, nodeNumber |
| Constructor Summary | |
|---|---|
AndSplitConnector_DS(EPC_DS epc,
Node node,
int number)
Create a new AND-split connector. |
|
| Method Summary | |
|---|---|
(package private) void |
addSuccessors(State source,
TransitionSystem ts)
Adds the successor states and the corresponding transitions for that node to the transition system. |
(package private) boolean |
enabled(State state)
Checks whether the node is enabled in the given state. |
| Methods inherited from class de.upb.swt.epctools.simulator.explicit.SplitConnector_DS |
|---|
addInputArc, addOutputArc |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
AndSplitConnector_DS(EPC_DS epc,
Node node,
int number)
epc - the EPC data structure to which this node belongsnode - the node of the EPC model that is representednumber - the number of that node| Method Detail |
|---|
boolean enabled(State state)
enabled in class Node_DSstate -
void addSuccessors(State source,
TransitionSystem ts)
addSuccessors in class Node_DSsource - state for which the successor states will be createdts - transitionsystem to which the successor states are added
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||