Uses of Interface
FAtiMA.Core.wellFormedNames.IGroundable
-
Packages that use IGroundable Package Description FAtiMA.Core.conditions FAtiMA.Core.goals FAtiMA.Core.plans FAtiMA.Core.wellFormedNames -
-
Uses of IGroundable in FAtiMA.Core.conditions
Classes in FAtiMA.Core.conditions that implement IGroundable Modifier and Type Class Description classConditionAbstract condition test, used to represent preconditions, success conditions, etc.classEmotionConditionclassMoodConditionclassNewEventConditionclassPastEventConditionclassPredicateConditionRepresents a test to a predicate.classPropertyConditionRepresents a test to a property.classPropertyEqualTest that compares if a property is equal to a given valueclassPropertyGreaterTest that compares if a property is bigger than a given value.classPropertyGreaterEqualTest that compares if a property is bigger than a given value.classPropertyLesserTest that compares if a property is smaller than a given value.classPropertyLesserEqualTest that compares if a property is smaller than a given value.classPropertyNotEqualTest that compares if a property is different from a given valueclassRecentEventCondition -
Uses of IGroundable in FAtiMA.Core.goals
Classes in FAtiMA.Core.goals that implement IGroundable Modifier and Type Class Description classActivePursuitGoalImplements OCC's ActivePursuit goals that have activation conditionsclassGoalabstract goal class used to represent common aspects of Interest goals and ActivePursuit goals.classInterestGoalImplements OCC's Interest goals -
Uses of IGroundable in FAtiMA.Core.plans
Subinterfaces of IGroundable in FAtiMA.Core.plans Modifier and Type Interface Description interfaceIPlanningOperatorClasses in FAtiMA.Core.plans that implement IGroundable Modifier and Type Class Description classEffectRepresents a step's effect.classStepRepresents a plan action/step/operator. -
Uses of IGroundable in FAtiMA.Core.wellFormedNames
Classes in FAtiMA.Core.wellFormedNames that implement IGroundable Modifier and Type Class Description classComposedNameclassInequalityRepresents the condition that a variable cannot have a specified value.classNameAbstract Well Formed Name A well formed name is used to specify goal/action names, objects, properties, constants, and relations.classSymbolWell Formed Name with just one literal The alphabet that makes up the symbols expressions consists of: � The set of letters, upper and lowercase.
-