de.cau.cs.kieler.sim.kiem.automated.data
Class ComponentResult

java.lang.Object
  extended by de.cau.cs.kieler.sim.kiem.automated.data.AbstractResult
      extended by de.cau.cs.kieler.sim.kiem.automated.data.ComponentResult

public class ComponentResult
extends AbstractResult

The result for a single DataComponent (that implements the IAutomatedProducer interface). It contains at least the components name and a list of values that the component wants to publish.

Rating proposed yellow
(2010-01-29)

Field Summary
 
Fields inherited from class de.cau.cs.kieler.sim.kiem.automated.data.AbstractResult
STATUS
 
Constructor Summary
ComponentResult(String componentName)
          Create a new Component result.
 
Method Summary
 String getName()
          Getter for the name of this component.
 
Methods inherited from class de.cau.cs.kieler.sim.kiem.automated.data.AbstractResult
addChild, addResult, getChildren, getResults, setResults, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentResult

public ComponentResult(String componentName)
Create a new Component result.

Parameters:
componentName - the name of the component
Method Detail

getName

public String getName()
Getter for the name of this component.

Returns:
the name of the component