Uses of Class
FAtiMA.Core.wellFormedNames.Symbol
Packages that use Symbol
Package
Description
-
Uses of Symbol in FAtiMA.Core
Methods in FAtiMA.Core with parameters of type SymbolModifier and TypeMethodDescriptionAgentCore.getModelToTest(Symbol ToM) AgentModel.getModelToTest(Symbol ToM) -
Uses of Symbol in FAtiMA.Core.conditions
Fields in FAtiMA.Core.conditions declared as SymbolModifier and TypeFieldDescriptionprotected SymbolPastEventCondition._actionprotected SymbolEmotionCondition._directionprotected SymbolEmotionCondition._intensityprotected SymbolPastEventCondition._subjectprotected SymbolPastEventCondition._targetFields in FAtiMA.Core.conditions with type parameters of type SymbolMethods in FAtiMA.Core.conditions that return SymbolMethods in FAtiMA.Core.conditions with parameters of type SymbolModifier and TypeMethodDescriptionvoidEmotionCondition.SetDirection(Symbol direction) voidEmotionCondition.SetIntensity(Symbol intensity) protected voidConstructors in FAtiMA.Core.conditions with parameters of type SymbolModifierConstructorDescriptionEmotionCondition(boolean active, Symbol ToM, String emotion) PastEventCondition(boolean occurred, short type, short status, Symbol subject, Symbol action, Symbol target, ArrayList<Symbol> parameters) PredicateCondition(boolean positive, Name name, Symbol ToM) Creates a new Test to a PredicatePropertyCondition(Name name, Name value, Symbol ToM) Creates a new PropertyPropertyEqual(Name name, Name value, Symbol ToM) Creates a new PropertyTest of Type EqualPropertyGreater(Name name, Name value, Symbol ToM) Creates a new PropertyTest of Type GreaterPropertyGreaterEqual(Name name, Name value, Symbol ToM) Creates a new PropertyTest of Type GreaterEqualPropertyLesser(Name name, Name value, Symbol ToM) Creates a new PropertyTest of Type LesserPropertyLesserEqual(Name name, Name value, Symbol ToM) Creates a new PropertyTest of Type LesserEqualPropertyNotEqual(Name name, Name value, Symbol ToM) Creates a new PropertyTest of Type NotEqualRecentEventCondition(boolean occurred, short type, short status, Symbol subject, Symbol action, Symbol target, ArrayList<Symbol> parameters) Constructor parameters in FAtiMA.Core.conditions with type arguments of type SymbolModifierConstructorDescriptionPastEventCondition(boolean occurred, short type, short status, Symbol subject, Symbol action, Symbol target, ArrayList<Symbol> parameters) RecentEventCondition(boolean occurred, short type, short status, Symbol subject, Symbol action, Symbol target, ArrayList<Symbol> parameters) -
Uses of Symbol in FAtiMA.Core.goals
Fields in FAtiMA.Core.goals declared as SymbolMethods in FAtiMA.Core.goals that return Symbol -
Uses of Symbol in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans that return SymbolModifier and TypeMethodDescriptionIPlanningOperator.getAgent()Gets the name of the agent that executes the operatorStep.getAgent()Gets the name of the agent that executes the actionConstructors in FAtiMA.Core.plans with parameters of type Symbol -
Uses of Symbol in FAtiMA.Core.util
Fields in FAtiMA.Core.util declared as Symbol -
Uses of Symbol in FAtiMA.Core.wellFormedNames
Fields in FAtiMA.Core.wellFormedNames declared as SymbolModifier and TypeFieldDescriptionprotected final SymbolSubstitution._valueprotected final SymbolSubstitution._variableFields in FAtiMA.Core.wellFormedNames with type parameters of type SymbolMethods in FAtiMA.Core.wellFormedNames that return SymbolModifier and TypeMethodDescriptionComposedName.GetFirstLiteral()Get's the Name's first symbol.abstract SymbolName.GetFirstLiteral()Gets the Name's First Symbol or LiteralSymbol.GetFirstLiteral()Gets the Name's First Symbol or LiteralSubstitution.getValue()Gets the substitution's value - Right sideSubstitution.getVariable()Gets the substitution's variable - Left sideMethods in FAtiMA.Core.wellFormedNames that return types with arguments of type SymbolModifier and TypeMethodDescriptionComposedName.GetLiteralList()Generates a list with all symbols contained in the ComposedNameName.GetLiteralList()Generates a list with all symbols contained in the NameSymbol.GetLiteralList()Generates a list with all symbols contained in the NameConstructors in FAtiMA.Core.wellFormedNames with parameters of type SymbolModifierConstructorDescriptionInequality(Symbol var, Symbol value) Creates a new Inequality Condition of the type [x]!=4Substitution(Symbol var, Symbol value) Creates a new Substitution of the type variable/value