Package net.simplace.sim.event
Klasse FWSimulationEvent<T>
java.lang.Object
net.simplace.sim.event.FWSimulationEvent<T>
- Typparameter:
T-
- Bekannte direkte Unterklassen:
FWSimulationErrorEvent
Model event is created for start and end of a model run and for exceptional cases.
Within the
FWSimulationListener implementation all data available in the model can be accessed and
modified.
For implementation method FWSimulationListener.simulationStarted(FWSimModelEvent),
FWSimulationListener.simulationEnded(FWSimModelEvent) and FWSimulationListener.simulationErrored(FWSimulationErrorEvent) have to
be implemented.
FWSimulationErrorEvent extends this class and contains additional exception information.- Autor:
- Andreas Enders
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
FWSimulationEvent
- Parameter:
aSourceObject-aPercentage-
-
-
Methodendetails
-
isSimulationEvent
public boolean isSimulationEvent() -
isProjectEvent
public boolean isProjectEvent() -
isIterationEvent
public boolean isIterationEvent() -
getPercentage
public int getPercentage() -
getModel
- Gibt zurück:
- the model
-
getProject
- Gibt zurück:
- the project
-
getControlCache
- Gibt zurück:
- the project
-