Uses of Class
FAtiMA.Core.sensorEffector.Parameter
Packages that use Parameter
-
Uses of Parameter in FAtiMA.Core.memory.episodicMemory
Methods in FAtiMA.Core.memory.episodicMemory that return types with arguments of type ParameterMethod parameters in FAtiMA.Core.memory.episodicMemory with type arguments of type ParameterModifier and TypeMethodDescriptionvoidActionDetail.setParameters(ArrayList<Parameter> parameters) Constructor parameters in FAtiMA.Core.memory.episodicMemory with type arguments of type ParameterModifierConstructorDescriptionActionDetail(int ID, String subject, String action, String target, ArrayList<Parameter> parameters, Time time, String location, BaseEmotion emotion) -
Uses of Parameter in FAtiMA.Core.sensorEffector
Fields in FAtiMA.Core.sensorEffector with type parameters of type ParameterMethods in FAtiMA.Core.sensorEffector that return types with arguments of type ParameterModifier and TypeMethodDescriptionSpeechAct.getContextVariables()Event.GetParameters()Gets the event's parameters (usually arguments or parameters of the action)Methods in FAtiMA.Core.sensorEffector with parameters of type ParameterModifier and TypeMethodDescriptionvoidEvent.AddParameter(Parameter param) Adds a Parameter to the event (usually arguments or parameters of the action)