|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodesteditor.core.stepsimulation.SimulationRoot
public class SimulationRoot
Transition class between the simulatin model and the simulation framework like the view and the action.
Constructor Summary | |
---|---|
SimulationRoot(SequentialProcess proc)
|
Method Summary | |
---|---|
void |
addListener(ISimulationListener list)
|
void |
choiceTaken(SimulationNode alt,
boolean isInBackTracking)
Method called when a transition is chosen in the SimulationView. |
void |
clearState()
Clears the state in die SimulationRoot in order to reprocess the transitions for backtracking. |
java.lang.String |
getFinishingMessage()
|
java.lang.Object[] |
getModels()
Method calls update and delivers the possible transitions to the content provider. |
boolean |
isFinished()
|
void |
removeEditorListeners()
|
void |
removeListener(ISimulationListener list)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimulationRoot(SequentialProcess proc)
Method Detail |
---|
public java.lang.Object[] getModels()
public void addListener(ISimulationListener list)
public void removeListener(ISimulationListener list)
public void removeEditorListeners()
public void choiceTaken(SimulationNode alt, boolean isInBackTracking)
alt
- isInBackTracking
- tells if the choice is taken during backtrackingpublic java.lang.String getFinishingMessage()
public boolean isFinished()
public void clearState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |