|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectteamSpace.structure.TSTMSTNode
teamSpace.structure.TSAction
The TSPSM class represents an action 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 an action.
Constructor Summary | |
TSAction(java.lang.String name,
java.lang.String input,
java.lang.String executor,
java.lang.String actionType)
The constructor initializes the name, input executor and partial results of the action, by calling the super-class and by setting the actionType
variable. |
Method Summary | |
java.lang.String |
getActionType()
The method returns the action type |
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 TSAction(java.lang.String name, java.lang.String input, java.lang.String executor, java.lang.String actionType)
actionType
variable.
name
- - The name of the actioninput
- - The input of the actionexecutor
- - The executor of the actionactionType
- - The action typeMethod Detail |
public java.lang.String getActionType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |