edu.bonn.xulu.model.event
Class AbstractIterationStepEvent
java.lang.Object
AbstractObjectEvent
edu.bonn.xulu.model.event.AbstractModelEvent
edu.bonn.xulu.model.event.AbstractStepModelEvent
edu.bonn.xulu.model.event.AbstractIterationStepEvent
- All Implemented Interfaces:
- ModelEvent
- Direct Known Subclasses:
- ModelIterationStepFinishedEvent, ModelIterationStepStartedEvent
public class AbstractIterationStepEvent
- extends AbstractStepModelEvent
Diese Klasse repraesentiert ein Ereignis, das fuer einen Iterationsschritt
eines Modells ausgeloest wird.
- Version:
- 1.0
- Author:
- Martin Schmitz (University of Bonn/Germany)
Field Summary |
protected int |
iterStep
Speichert den Iterationsschritt fuer den das Ereignis ausgeloest wurde. |
Method Summary |
int |
getIterNo()
Liefert den Iterations-Schritt fuer den das Ereignis ausgeloest wurde. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterStep
protected int iterStep
- Speichert den Iterationsschritt fuer den das Ereignis ausgeloest wurde.
AbstractIterationStepEvent
public AbstractIterationStepEvent(XuluModel model,
int stepNo,
int iterNo)
- Erzeugt ein neues Ereignis.
- Parameters:
model
- ausloesendes ModellstepNo
- Modell-Schritt des Ereignisses
getIterNo
public int getIterNo()
- Liefert den Iterations-Schritt fuer den das Ereignis ausgeloest wurde.