Uses of Class
de.cau.cs.kieler.sim.kiem.automated.data.IterationResult

Packages that use IterationResult
de.cau.cs.kieler.sim.kiem.automated This package contains the basic activator class. 
de.cau.cs.kieler.sim.kiem.automated.execution This package contains the classes responsible for running the actual execution. 
de.cau.cs.kieler.sim.kiem.automated.ui.extension This package contains all classes needed for registering to different extension points. 
de.cau.cs.kieler.sim.kiem.automated.ui.views This package contains all classes needed to implement the view elements. 
 

Uses of IterationResult in de.cau.cs.kieler.sim.kiem.automated
 

Methods in de.cau.cs.kieler.sim.kiem.automated with parameters of type IterationResult
 void AbstractAutomationListener.receiveIterationResult(IterationResult result)
          Publishes the result of the currently running iteration.
 void IAutomationListener.receiveIterationResult(IterationResult result)
          Publishes the result of the currently running iteration.
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated with type arguments of type IterationResult
 void AbstractAutomationListener.receiveIterationResult(List<IterationResult> results)
          Publishes a list of results of the last couple of iterations.
 void IAutomationListener.receiveIterationResult(List<IterationResult> results)
          Publishes a list of results of the last couple of iterations.
 

Uses of IterationResult in de.cau.cs.kieler.sim.kiem.automated.execution
 

Methods in de.cau.cs.kieler.sim.kiem.automated.execution that return types with arguments of type IterationResult
protected  List<IterationResult> AutomationManager.doAutomatedExecution(IPath[] executionFiles, List<IPath> modelFiles, List<KiemProperty> properties, IProgressMonitor monitorParam, boolean headless)
          Automated execution of a list of predefined schedules.
protected  List<IterationResult> AutomationManager.doAutomatedExecution(List<ScheduleData> schedules, List<IPath> modelFiles, List<KiemProperty> properties, IProgressMonitor monitorParam, boolean headless)
          Automated execution of a list of predefined schedules.
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated.execution with type arguments of type IterationResult
 void AutomationManager.ExecutionListener.executionDone(List<IterationResult> results)
          This method is called as soon as the automated run finishes.
 void AutomationManager.notifyExecutionFinished(List<IterationResult> results)
          Notify all observers that the execution has finished.
 

Uses of IterationResult in de.cau.cs.kieler.sim.kiem.automated.ui.extension
 

Methods in de.cau.cs.kieler.sim.kiem.automated.ui.extension with parameters of type IterationResult
 void AutomationListener.receiveIterationResult(IterationResult result)
          Publishes the result of the currently running iteration.
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated.ui.extension with type arguments of type IterationResult
 void AutomationListener.receiveIterationResult(List<IterationResult> results)
          Publishes a list of results of the last couple of iterations.
 

Uses of IterationResult in de.cau.cs.kieler.sim.kiem.automated.ui.views
 

Methods in de.cau.cs.kieler.sim.kiem.automated.ui.views with parameters of type IterationResult
 void AutomatedEvalView.addIterationResult(IterationResult result)
          Adds the iteration result to the current panel.
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated.ui.views with type arguments of type IterationResult
 void AutomatedEvalView.addIterationResult(List<IterationResult> results)
          Adds the iteration results to the current panel.