Uses of Class
FAtiMA.Core.wellFormedNames.Symbol
-
Packages that use Symbol Package Description FAtiMA.Core FAtiMA.Core.conditions FAtiMA.Core.goals FAtiMA.Core.plans FAtiMA.Core.util FAtiMA.Core.wellFormedNames -
-
Uses of Symbol in FAtiMA.Core
Methods in FAtiMA.Core with parameters of type Symbol Modifier and Type Method Description AgentModelAgentCore. execute(Symbol ToM)AgentModelIGetModelStrategy. execute(Symbol model)AgentModelAgentCore. getModelToTest(Symbol ToM)AgentModelAgentModel. getModelToTest(Symbol ToM) -
Uses of Symbol in FAtiMA.Core.conditions
Fields in FAtiMA.Core.conditions declared as Symbol Modifier and Type Field Description protected SymbolPastEventCondition. _actionprotected SymbolEmotionCondition. _directionprotected SymbolEmotionCondition. _intensityprotected SymbolPastEventCondition. _subjectprotected SymbolPastEventCondition. _targetFields in FAtiMA.Core.conditions with type parameters of type Symbol Modifier and Type Field Description protected java.util.ArrayList<Symbol>PastEventCondition. _parametersMethods in FAtiMA.Core.conditions that return Symbol Modifier and Type Method Description SymbolCondition. getToM()Methods in FAtiMA.Core.conditions with parameters of type Symbol Modifier and Type Method Description voidEmotionCondition. SetDirection(Symbol direction)voidEmotionCondition. SetIntensity(Symbol intensity)protected voidCondition. setToM(Symbol ToM)Constructors in FAtiMA.Core.conditions with parameters of type Symbol Constructor Description Condition(Name name, Symbol ToM)EmotionCondition(boolean active, Symbol ToM, java.lang.String emotion)PastEventCondition(boolean occurred, short type, short status, Symbol subject, Symbol action, Symbol target, java.util.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, java.util.ArrayList<Symbol> parameters)Constructor parameters in FAtiMA.Core.conditions with type arguments of type Symbol Constructor Description PastEventCondition(boolean occurred, short type, short status, Symbol subject, Symbol action, Symbol target, java.util.ArrayList<Symbol> parameters)RecentEventCondition(boolean occurred, short type, short status, Symbol subject, Symbol action, Symbol target, java.util.ArrayList<Symbol> parameters) -
Uses of Symbol in FAtiMA.Core.goals
Fields in FAtiMA.Core.goals declared as Symbol Modifier and Type Field Description protected SymbolActivePursuitGoal. _agentMethods in FAtiMA.Core.goals that return Symbol Modifier and Type Method Description SymbolActivePursuitGoal. getAgent() -
Uses of Symbol in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans that return Symbol Modifier and Type Method Description SymbolIPlanningOperator. getAgent()Gets the name of the agent that executes the operatorSymbolStep. getAgent()Gets the name of the agent that executes the actionConstructors in FAtiMA.Core.plans with parameters of type Symbol Constructor Description Step(Symbol agent, Name action, float probability)Creates a new StepStep(Symbol agent, Name action, float probability, java.util.ArrayList<Condition> preconditions, java.util.ArrayList<Effect> effects)Creates a new Step -
Uses of Symbol in FAtiMA.Core.util
Fields in FAtiMA.Core.util declared as Symbol Modifier and Type Field Description static SymbolConstants. UNIVERSAL -
Uses of Symbol in FAtiMA.Core.wellFormedNames
Fields in FAtiMA.Core.wellFormedNames declared as Symbol Modifier and Type Field Description protected SymbolSubstitution. _valueprotected SymbolSubstitution. _variableFields in FAtiMA.Core.wellFormedNames with type parameters of type Symbol Modifier and Type Field Description protected java.util.ArrayList<Symbol>ComposedName. _literalsMethods in FAtiMA.Core.wellFormedNames that return Symbol Modifier and Type Method Description SymbolComposedName. GetFirstLiteral()Get's the Name's first symbol.abstract SymbolName. GetFirstLiteral()Gets the Name's First Symbol or LiteralSymbolSymbol. GetFirstLiteral()Gets the Name's First Symbol or LiteralSymbolSubstitution. getValue()Gets the substitution's value - Right sideSymbolSubstitution. getVariable()Gets the substitution's variable - Left sideMethods in FAtiMA.Core.wellFormedNames that return types with arguments of type Symbol Modifier and Type Method Description java.util.ArrayList<Symbol>ComposedName. GetLiteralList()Generates a list with all symbols contained in the ComposedNameabstract java.util.ArrayList<Symbol>Name. GetLiteralList()Generates a list with all symbols contained in the Namejava.util.ArrayList<Symbol>Symbol. GetLiteralList()Generates a list with all symbols contained in the NameConstructors in FAtiMA.Core.wellFormedNames with parameters of type Symbol Constructor Description Inequality(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
-