de.cau.cs.kieler.sim.kiem.automated.data
Class ComponentResult
java.lang.Object
de.cau.cs.kieler.sim.kiem.automated.data.AbstractResult
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

- (2010-01-29)
Method Summary |
String |
getName()
Getter for the name of this component. |
ComponentResult
public ComponentResult(String componentName)
- Create a new Component result.
- Parameters:
componentName
- the name of the component
getName
public String getName()
- Getter for the name of this component.
- Returns:
- the name of the component