edu.bonn.xulu.model.event
Class ModelIterationStepFinishedEvent

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.ModelIterationStepFinishedEvent
All Implemented Interfaces:
ModelEvent

public class ModelIterationStepFinishedEvent
extends AbstractIterationStepEvent

Diese Klasse repraesentiert ein Ereignis, das zu Ende 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
ModelIterationStepFinishedEvent(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

ModelIterationStepFinishedEvent

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

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