Package | Description |
---|---|
moise.oe | |
moise.os.fs | |
ora4mas.nopl.oe |
Modifier and Type | Field and Description |
---|---|
protected Goal |
GoalInstance.spec |
Modifier and Type | Method and Description |
---|---|
Goal |
GoalInstance.getSpec() |
Modifier and Type | Method and Description |
---|---|
GoalInstance |
SchemeInstance.getGoal(Goal gs) |
Constructor and Description |
---|
GoalInstance(Goal sg,
SchemeInstance sch) |
Modifier and Type | Field and Description |
---|---|
protected Goal |
Scheme.root |
protected Goal |
Plan.target |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,Goal> |
Scheme.goals |
protected java.util.Set<Goal> |
Mission.goals |
protected java.util.List<Goal> |
Plan.subGoals |
Modifier and Type | Method and Description |
---|---|
Goal |
Plan.containsSubGoals(java.lang.String goalId)
Looks into the subgoals of the plan to find out a Goal like goalId
|
Goal |
FS.findGoal(java.lang.String id)
find a goal in all schemes
|
Goal |
Scheme.getGoal(java.lang.String id) |
Goal |
Plan.getPreviousSubGoals(java.lang.String goalId)
Looks into the subgoals of the plan to find out the previous Goal of goalId.
|
Goal |
Scheme.getRoot() |
Goal |
Plan.getTargetGoal() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Goal> |
Scheme.getGoals()
returns an iterator for GoalSpec objects of this SCH
|
java.util.Collection<Goal> |
Mission.getGoals()
returns a collection of GoalSpec objects of this Mission
|
java.util.List<Goal> |
Goal.getPreConditionGoals() |
java.util.List<Goal> |
Plan.getSubGoals() |
Modifier and Type | Method and Description |
---|---|
void |
Scheme.addGoal(Goal g) |
java.util.Set<java.lang.String> |
Scheme.getGoalMissionsId(Goal g) |
void |
Plan.setFromDOM(org.w3c.dom.Element ele,
Goal targetGoal) |
void |
Scheme.setRoot(Goal g) |
Modifier and Type | Method and Description |
---|---|
jason.asSyntax.ListTerm |
Scheme.getCommittedAgents(Goal g)
returns a list of agents committed to a particular goal
|
boolean |
Scheme.isSatisfied(Goal g) |
boolean |
Scheme.resetGoal(Goal goal) |