Uses of Class
FAtiMA.Core.plans.Effect
-
Packages that use Effect Package Description FAtiMA.Core.goals FAtiMA.Core.plans -
-
Uses of Effect in FAtiMA.Core.goals
Fields in FAtiMA.Core.goals with type parameters of type Effect Modifier and Type Field Description protected java.util.ArrayList<Effect>ActivePursuitGoal. _effectsMethods in FAtiMA.Core.goals that return Effect Modifier and Type Method Description EffectActivePursuitGoal. getEffect(java.lang.Integer effectID)Methods in FAtiMA.Core.goals that return types with arguments of type Effect Modifier and Type Method Description java.util.ArrayList<Effect>ActivePursuitGoal. getEffects()Methods in FAtiMA.Core.goals with parameters of type Effect Modifier and Type Method Description voidActivePursuitGoal. addEffect(Effect e) -
Uses of Effect in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans that return Effect Modifier and Type Method Description EffectGoalThreat. getEffect()Gets the Effect that threatens the protected conditionEffectIPlanningOperator. getEffect(java.lang.Integer effectID)Gets the operators's effect with the given IDEffectStep. getEffect(java.lang.Integer effectID)Gets the step's effect with the given IDEffectCausalConflictFlaw. GetEffect()Gets the effect that threatens the CausalLinkMethods in FAtiMA.Core.plans that return types with arguments of type Effect Modifier and Type Method Description java.util.ArrayList<Effect>IPlanningOperator. getEffects()Gets the operator's effectsjava.util.ArrayList<Effect>Step. getEffects()Gets the step's effectsMethods in FAtiMA.Core.plans with parameters of type Effect Modifier and Type Method Description voidStep. AddEffect(Effect effect)Adds an effect to the StepConstructors in FAtiMA.Core.plans with parameters of type Effect Constructor Description CausalConflictFlaw(CausalLink link, java.lang.Integer step, Effect eff)Creates a new CausalConflictFlawGoalThreat(ProtectedCondition precond, IPlanningOperator op, Effect eff)Creates a new GoalThreat
-