Package | Description |
---|---|
moise.oe |
Modifier and Type | Field and Description |
---|---|
protected GoalInstance |
PlanInstance.head |
protected GoalInstance |
OE.purpose |
protected GoalInstance |
SchemeInstance.root |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,GoalInstance> |
SchemeInstance.goals |
protected java.util.List<GoalInstance> |
PlanInstance.goals |
Modifier and Type | Method and Description |
---|---|
GoalInstance |
SchemeInstance.getGoal(Goal gs) |
GoalInstance |
SchemeInstance.getGoal(java.lang.String goalId) |
GoalInstance |
PlanInstance.getHead() |
GoalInstance |
PlanInstance.getLastGoal() |
GoalInstance |
OEAgent.getLeafestPossibleGoal()
get the left first leaf possible goal in the agent's schemes
|
GoalInstance |
OEAgent.getLeafestPossibleGoal(SchemeInstance sch)
get the left first leaf possible goal in the scheme sch
|
GoalInstance |
OE.getPurpose() |
GoalInstance |
SchemeInstance.getRoot() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<GoalInstance> |
SchemeInstance.getGoals() |
java.util.List<GoalInstance> |
PlanInstance.getGoals() |
java.util.Collection<GoalInstance> |
OEAgent.getPossibleGoals()
returns the possible global goals for this agent
(see GoalInstance.isPossible method).
|
Modifier and Type | Method and Description |
---|---|
boolean |
OEAgent.isMyGoal(GoalInstance g,
SchemeInstance sch)
returns true if i am committed to the goal g.
|
Constructor and Description |
---|
OE(GoalInstance purpose,
OS os) |