Uses of Class
moise.os.fs.Goal
-
Packages that use Goal Package Description moise.oe moise.os moise.os.fs moise.tools ora4mas.light ora4mas.nopl.oe -
-
Uses of Goal in moise.oe
Fields in moise.oe declared as Goal Modifier and Type Field Description protected Goal
GoalInstance. spec
Methods in moise.oe that return Goal Modifier and Type Method Description Goal
GoalInstance. getSpec()
Methods in moise.oe with parameters of type Goal Modifier and Type Method Description GoalInstance
SchemeInstance. getGoal(Goal gs)
Constructors in moise.oe with parameters of type Goal Constructor Description GoalInstance(Goal sg, SchemeInstance sch)
-
Uses of Goal in moise.os
Methods in moise.os that return Goal Modifier and Type Method Description Goal
OSBuilder. addGoal(java.lang.String schemeId, java.lang.String goalId, java.lang.String plan)
Goal
OSBuilder. addGoalArg(java.lang.String schemeId, java.lang.String goalId, java.lang.String argId, java.lang.Object value)
Goal
OSBuilder. addMissionGoal(java.lang.String missionId, java.lang.String goalId)
-
Uses of Goal in moise.os.fs
Fields in moise.os.fs declared as Goal Modifier and Type Field Description protected Goal
Scheme. root
protected Goal
Plan. target
Fields in moise.os.fs with type parameters of type Goal Modifier and Type Field Description protected java.util.List<Goal>
Goal. dependencies
protected java.util.Set<Goal>
Mission. goals
protected java.util.Map<java.lang.String,Goal>
Scheme. goals
protected java.util.List<Goal>
Plan. subGoals
Methods in moise.os.fs that return Goal Modifier and Type Method Description Goal
Mission. addGoal(java.lang.String goalSpecId)
Goal
Plan. containsSubGoals(java.lang.String goalId)
Looks into the subgoals of the plan to find out a Goal like goalIdGoal
FS. findGoal(java.lang.String id)
find a goal in all schemesGoal
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()
Methods in moise.os.fs that return types with arguments of type Goal Modifier and Type Method Description java.util.List<Goal>
Goal. getDependencies()
java.util.Collection<Goal>
Mission. getGoals()
returns a collection of GoalSpec objects of this Missionjava.util.Collection<Goal>
Scheme. getGoals()
returns an iterator for GoalSpec objects of this SCHjava.util.List<Goal>
Goal. getPreConditionGoals()
java.util.List<Goal>
Plan. getSubGoals()
Methods in moise.os.fs with parameters of type Goal Modifier and Type Method Description void
Goal. addDependence(Goal g)
void
Scheme. addGoal(Goal g)
java.util.Set<java.lang.String>
Scheme. getGoalMissionsId(Goal g)
returns the missions where goal g isvoid
Plan. setFromDOM(org.w3c.dom.Element ele, Goal targetGoal)
void
Scheme. setRoot(Goal g)
private void
Plan. setTarget(Goal goal)
-
Uses of Goal in moise.tools
Methods in moise.tools with parameters of type Goal Modifier and Type Method Description private void
OSTreeModel. addGoal(Goal g, javax.swing.tree.DefaultMutableTreeNode place)
static java.lang.String
os2dot. transform(Goal g, int pos, SchemeBoard sch)
-
Uses of Goal in ora4mas.light
Methods in ora4mas.light that return Goal Modifier and Type Method Description (package private) Goal
LightSchemeBoard. getOrCreateGoal(java.lang.String goalId)
-
Uses of Goal in ora4mas.nopl.oe
Methods in ora4mas.nopl.oe with parameters of type Goal Modifier and Type Method Description jason.asSyntax.ListTerm
Scheme. getCommittedAgents(Goal g)
returns a list of agents committed to a particular goalboolean
Scheme. isSatisfied(Goal g)
boolean
Scheme. removeDoneGoal(Goal goal)
boolean
Scheme. resetGoal(Goal goal)
protected boolean
Scheme. resetGoalAndPreConditions(Goal goal)
-