edu.bonn.xulu.model.event
Class ModelIterationStepStartedEvent

java.lang.Object
  extended by AbstractObjectEvent
      extended by edu.bonn.xulu.model.event.AbstractModelEvent
          extended by edu.bonn.xulu.model.event.AbstractStepModelEvent
              extended by edu.bonn.xulu.model.event.AbstractIterationStepEvent
                  extended by edu.bonn.xulu.model.event.ModelIterationStepStartedEvent
All Implemented Interfaces:
ModelEvent

public class ModelIterationStepStartedEvent
extends AbstractIterationStepEvent

Diese Klasse repraesentiert ein Ereignis, das zu Begin eines jeden Iterationsschritts eines Modells ausgeloest wird.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)

Field Summary
 
Fields inherited from class edu.bonn.xulu.model.event.AbstractIterationStepEvent
iterStep
 
Fields inherited from class edu.bonn.xulu.model.event.AbstractStepModelEvent
modelStep
 
Fields inherited from class edu.bonn.xulu.model.event.AbstractModelEvent
model
 
Constructor Summary
ModelIterationStepStartedEvent(XuluModel model, int stepNo, int iterNo)
          Erzeugt ein neues Ereignis.
 
Method Summary
 
Methods inherited from class edu.bonn.xulu.model.event.AbstractIterationStepEvent
getIterNo
 
Methods inherited from class edu.bonn.xulu.model.event.AbstractStepModelEvent
getStepNo
 
Methods inherited from class edu.bonn.xulu.model.event.AbstractModelEvent
getSourceModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelIterationStepStartedEvent

public ModelIterationStepStartedEvent(XuluModel model,
                                      int stepNo,
                                      int iterNo)
Erzeugt ein neues Ereignis.

Parameters:
model - ausloesendes Modell
stepNo - Modell-Schritt des Ereignisses
iterNo - Iterationsschritt des Ereignisses