|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectteamSpace.structure.TSTMSTNode
teamSpace.structure.TSPSM
The TSPSM class represents a PSM (problem solving method) which is defined in the TMST (task structure tree)
kept by the PlanLibrary
class. The class will only serve as a keeper of information about a psm.
Constructor Summary | |
TSPSM(java.lang.String name,
java.lang.String input,
java.lang.String executor,
java.util.ArrayList partialResults)
The constructor initializes the name, input executor and partial results of the problem solving method, by calling the super-class and by setting the partialResults
variable. |
Method Summary | |
java.util.ArrayList |
getPartialResults()
The method returns the partial results of a PSM |
Methods inherited from class teamSpace.structure.TSTMSTNode |
getExecutor, getInput, getName, getOutput, setOutput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TSPSM(java.lang.String name, java.lang.String input, java.lang.String executor, java.util.ArrayList partialResults)
partialResults
variable.
name
- - The name of the PSMinput
- - The input of the PSMexecutor
- - The executor of the PSMpartialResults
- - The partial results of the subtasks to this PSMMethod Detail |
public java.util.ArrayList getPartialResults()
ArrayList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |