Class Summary |
GoalStack |
This class contains the goal stack - meaning the goals that are readily achieved.
|
PlanLibrary |
This class represents the plan of the problem solving process, and serves as an interface to the TMST.
|
ResultLibrary |
This class represents the results and methods for extracting information about them.
|
RuleBase |
This class reprsents the Rule Base of the TEAM SPACE structure and is an interface to the rules
in the rule engine. |
TeamSpace |
This class represents the Team Space and it serves as an interface to all of the important
part of the Team Space |
TSAction |
The TSPSM class represents an action which is defined in the TMST (task structure tree)
kept by the PlanLibrary class. |
TSGoal |
The TSGoal class represents a goal whichs is defined in the TMST (task structure tree)
kept by the PlanLibrary class. |
TSPSM |
The TSPSM class represents a PSM (problem solving method) which is defined in the TMST (task structure tree)
kept by the PlanLibrary class. |
TSTMSTNode |
The TSTMSTNode class represents a executable node (action or psm) which is defined in the TMST (task structure tree)
kept by the PlanLibrary class. |