|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use State | |
| biouml.plugins.simulation.hybrid | |
| Uses of State in biouml.plugins.simulation.hybrid |
| Fields in biouml.plugins.simulation.hybrid declared as State | |
protected State |
Transition.from
|
protected State |
Transition.to
|
protected State |
StateChart.state
Current state. |
| Methods in biouml.plugins.simulation.hybrid that return State | |
State |
Transition.getFrom()
|
State |
Transition.getTo()
|
State |
StateChart.getState()
|
| Methods in biouml.plugins.simulation.hybrid with parameters of type State | |
void |
StateChart.addState(State state)
|
void |
StateChart.setState(State state)
|
| Constructors in biouml.plugins.simulation.hybrid with parameters of type State | |
Transition(java.lang.String name,
State from,
State to,
Trigger trigger)
|
|
Transition(java.lang.String name,
State from,
State to,
Trigger trigger,
java.lang.String comment)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||