Uses of Interface
FAtiMA.Core.plans.IPlanningOperator
Packages that use IPlanningOperator
-
Uses of IPlanningOperator in FAtiMA.Core.goals
Classes in FAtiMA.Core.goals that implement IPlanningOperatorModifier and TypeClassDescriptionclassImplements OCC's ActivePursuit goals that have activation conditionsMethods in FAtiMA.Core.goals with parameters of type IPlanningOperator -
Uses of IPlanningOperator in FAtiMA.Core.plans
Classes in FAtiMA.Core.plans that implement IPlanningOperatorMethods in FAtiMA.Core.plans that return IPlanningOperatorModifier and TypeMethodDescriptionGoalThreat.getOperator()Gets the operator that threatens the protected conditionPlan.getOperator(Integer stepID) Gets the plan's operator who's ID is the received IDPlan.UnexecutedAction(AgentModel am) Gets the next action that we must execute in the plan in order to achieve itMethods in FAtiMA.Core.plans that return types with arguments of type IPlanningOperatorModifier and TypeMethodDescriptionPlan.GetFirstActions()Gets a list with the first actions in a plan - DO NOT USE this method if you want to execute the actions.Plan.getSteps()Gets all the plan's stepsPlan.UpdatePlan(AgentModel am) Method that implements the Continuous Planner features.Methods in FAtiMA.Core.plans with parameters of type IPlanningOperatorModifier and TypeMethodDescriptionvoidPlan.AddOperator(IPlanningOperator op) Adds a new operator to the planintPlan.Compare(IPlanningOperator op1, IPlanningOperator op2) Compares two operators, taking into account the existing ordering constraints in the plan, and specifies which one must become after the otherbooleanIPlanningOperator.equals(IPlanningOperator op) Compares this planOperator with another planOperator to see if they are equalbooleanStep.equals(IPlanningOperator op) Compares this step with another received operator to see if they are equalConstructors in FAtiMA.Core.plans with parameters of type IPlanningOperatorModifierConstructorDescriptionGoalThreat(ProtectedCondition precond, IPlanningOperator op, Effect eff) Creates a new GoalThreat