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

Packages that use AbstractResult
de.cau.cs.kieler.sim.kiem.automated This package contains the basic activator class. 
de.cau.cs.kieler.sim.kiem.automated.data This package contains the data storing classes of the KiemAuto. 
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 AbstractResult in de.cau.cs.kieler.sim.kiem.automated
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated with type arguments of type AbstractResult
 void AbstractAutomationListener.receiveModelFileResults(IPath executionFile, List<AbstractResult> results)
          This method will pass all summarized model file results produced by the given execution file.
 void IAutomationListener.receiveModelFileResults(IPath executionFile, List<AbstractResult> results)
          This method will pass all summarized model file results produced by the given execution file.
 

Uses of AbstractResult in de.cau.cs.kieler.sim.kiem.automated.data
 

Subclasses of AbstractResult in de.cau.cs.kieler.sim.kiem.automated.data
 class ComponentResult
          The result for a single DataComponent (that implements the IAutomatedProducer interface).
 class IterationResult
          This class contains the result of one iteration.
 class ModelResult
          The result for a single model file.
 

Methods in de.cau.cs.kieler.sim.kiem.automated.data that return types with arguments of type AbstractResult
 List<AbstractResult> AbstractResult.getChildren()
          Getter for the list of children.
 

Methods in de.cau.cs.kieler.sim.kiem.automated.data with parameters of type AbstractResult
 void AbstractResult.addChild(AbstractResult child)
          Add a new child.
 

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

Method parameters in de.cau.cs.kieler.sim.kiem.automated.ui.extension with type arguments of type AbstractResult
 void AutomationListener.receiveModelFileResults(IPath executionFile, List<AbstractResult> results)
          This method will pass all summarized model file results produced by the given execution file.
 

Uses of AbstractResult 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 AbstractResult
 void ExecutionFilePanel.addResult(AbstractResult iterationResult)
          Add a new result to this panel.
 

Method parameters in de.cau.cs.kieler.sim.kiem.automated.ui.views with type arguments of type AbstractResult
 void ExecutionFilePanel.addResult(List<AbstractResult> resultsParam)
          Add a list of results to the table, the columns will be taken from the last result in the list as that is assumed to be correct.