|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectteamSpace.structure.TSGoal
The TSGoal class represents a goal whichs is defined in the TMST (task structure tree)
kept by the PlanLibrary
class.
Constructor Summary | |
TSGoal(java.lang.String name,
java.lang.String output)
The constructor instantiate the name and the output of the goal. |
Method Summary | |
java.lang.String |
getName()
The method returns the name of the goal |
java.lang.String |
getOutput()
The method returns the output of the goal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TSGoal(java.lang.String name, java.lang.String output)
name
- The goal nameoutput
- The goal outputMethod Detail |
public java.lang.String getName()
String
public java.lang.String getOutput()
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |