de.cau.cs.kieler.sim.kiem
Interface IAutomatedProducer

All Superinterfaces:
IAutomatedComponent
All Known Implementing Classes:
TraceValidator

public interface IAutomatedProducer
extends IAutomatedComponent

DataComponents implementing this interface will be asked to respond to requests for information about the execution run.

Rating proposed yellow
(2010-02-03)

Field Summary
 
Fields inherited from interface de.cau.cs.kieler.sim.kiem.IAutomatedComponent
ITERATION, MODEL_FILE, STATUS
 
Method Summary
 List<KiemProperty> produceInformation()
          Notifies the DataComponent that the schedule has finished and asks it to provide some information for evaluation.
 
Methods inherited from interface de.cau.cs.kieler.sim.kiem.IAutomatedComponent
getSupportedExtensions, setParameters, wantsMoreRuns, wantsMoreSteps
 

Method Detail

produceInformation

List<KiemProperty> produceInformation()
Notifies the DataComponent that the schedule has finished and asks it to provide some information for evaluation. The number and order of properties has to be the same for all iterations that a particular execution file performs on all model files that should be simulated. This is necessary in order to construct a valid results table.

Returns:
information