Uses of Class
FAtiMA.Core.sensorEffector.Parameter
-
Packages that use Parameter Package Description FAtiMA.Core.memory.episodicMemory FAtiMA.Core.sensorEffector -
-
Uses of Parameter in FAtiMA.Core.memory.episodicMemory
Methods in FAtiMA.Core.memory.episodicMemory that return types with arguments of type Parameter Modifier and Type Method Description java.util.ArrayList<Parameter>ActionDetail. getParameters()Method parameters in FAtiMA.Core.memory.episodicMemory with type arguments of type Parameter Modifier and Type Method Description voidActionDetail. setParameters(java.util.ArrayList<Parameter> parameters)Constructor parameters in FAtiMA.Core.memory.episodicMemory with type arguments of type Parameter Constructor Description ActionDetail(int ID, java.lang.String subject, java.lang.String action, java.lang.String target, java.util.ArrayList<Parameter> parameters, Time time, java.lang.String location, BaseEmotion emotion) -
Uses of Parameter in FAtiMA.Core.sensorEffector
Fields in FAtiMA.Core.sensorEffector with type parameters of type Parameter Modifier and Type Field Description protected java.util.ArrayList<Parameter>Event. _parametersMethods in FAtiMA.Core.sensorEffector that return types with arguments of type Parameter Modifier and Type Method Description java.util.ArrayList<Parameter>SpeechAct. getContextVariables()java.util.ArrayList<Parameter>Event. GetParameters()Gets the event's parameters (usually arguments or parameters of the action)Methods in FAtiMA.Core.sensorEffector with parameters of type Parameter Modifier and Type Method Description voidEvent. AddParameter(Parameter param)Adds a Parameter to the event (usually arguments or parameters of the action)
-