Uses of Class
FAtiMA.Core.IntegrityValidator
-
Packages that use IntegrityValidator Package Description FAtiMA.Core FAtiMA.Core.goals FAtiMA.Core.plans -
-
Uses of IntegrityValidator in FAtiMA.Core
Methods in FAtiMA.Core with parameters of type IntegrityValidator Modifier and Type Method Description voidActionLibrary. checkIntegrity(IntegrityValidator val)Checks the integrity of the Planner operators/Steps/actions.voidIIntegrityTester. CheckIntegrity(IntegrityValidator val)Checks the integrity of a particular object. -
Uses of IntegrityValidator in FAtiMA.Core.goals
Methods in FAtiMA.Core.goals with parameters of type IntegrityValidator Modifier and Type Method Description voidActivePursuitGoal. CheckIntegrity(IntegrityValidator val)Checks the integrity of the goal.abstract voidGoal. CheckIntegrity(IntegrityValidator val)Checks the integrity of the goal.voidInterestGoal. CheckIntegrity(IntegrityValidator val)Checks the integrity of the goal. -
Uses of IntegrityValidator in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans with parameters of type IntegrityValidator Modifier and Type Method Description voidStep. CheckIntegrity(IntegrityValidator val)Checks if the specification of a step is correct.
-