|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.sim.kiem.automated.data.AbstractResult
public abstract class AbstractResult
An abstract result. It has a list of resulting values and can have a list of children results to implement a tree structure.
Field Summary | |
---|---|
static String |
STATUS
Identifier for the status of the execution. |
Constructor Summary | |
---|---|
AbstractResult()
|
Method Summary | |
---|---|
void |
addChild(AbstractResult child)
Add a new child. |
void |
addResult(KiemProperty result)
Add a new result. |
List<AbstractResult> |
getChildren()
Getter for the list of children. |
List<KiemProperty> |
getResults()
Getter for the list of results. |
void |
setResults(List<KiemProperty> resultsParam)
Set the list of results. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String STATUS
Constructor Detail |
---|
public AbstractResult()
Method Detail |
---|
public void addChild(AbstractResult child)
child
- the child to addpublic List<AbstractResult> getChildren()
public void addResult(KiemProperty result)
result
- the result to add.public List<KiemProperty> getResults()
public void setResults(List<KiemProperty> resultsParam)
resultsParam
- the new list of results.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |