Uses of Class
FAtiMA.Core.sensorEffector.RemoteAction
-
Packages that use RemoteAction Package Description FAtiMA.Core.sensorEffector FAtiMA.Core.util.parsers -
-
Uses of RemoteAction in FAtiMA.Core.sensorEffector
Subclasses of RemoteAction in FAtiMA.Core.sensorEffector Modifier and Type Class Description classSpeechActRepresents a SpeechActMethods in FAtiMA.Core.sensorEffector that return RemoteAction Modifier and Type Method Description static RemoteActionRemoteAction. ParseFromXml(java.lang.String xml)Parses a RemoteAction from a XML formatted Stringstatic RemoteActionSpeechAct. ParseFromXml(java.lang.String xml)Parses a SpeechAct from a XML formatted StringRemoteActionDefaultProcessActionStrategy. ProcessActionFromWorld(RemoteAction action)RemoteActionIProcessActionStrategy. ProcessActionFromWorld(RemoteAction action)RemoteActionDefaultProcessActionStrategy. ProcessActionToWorld(RemoteAction action)RemoteActionIProcessActionStrategy. ProcessActionToWorld(RemoteAction action)Methods in FAtiMA.Core.sensorEffector with parameters of type RemoteAction Modifier and Type Method Description RemoteActionDefaultProcessActionStrategy. ProcessActionFromWorld(RemoteAction action)RemoteActionIProcessActionStrategy. ProcessActionFromWorld(RemoteAction action)RemoteActionDefaultProcessActionStrategy. ProcessActionToWorld(RemoteAction action)RemoteActionIProcessActionStrategy. ProcessActionToWorld(RemoteAction action)protected booleanIONRemoteAgent. SendAction(RemoteAction ra)protected abstract booleanRemoteAgent. SendAction(RemoteAction ra)protected booleanWorldSimulatorRemoteAgent. SendAction(RemoteAction ra)protected voidIONRemoteAgent. sendCancelActionMsg(RemoteAction ra)protected abstract voidRemoteAgent. sendCancelActionMsg(RemoteAction ra)protected voidWorldSimulatorRemoteAgent. sendCancelActionMsg(RemoteAction ra) -
Uses of RemoteAction in FAtiMA.Core.util.parsers
Methods in FAtiMA.Core.util.parsers that return RemoteAction Modifier and Type Method Description RemoteActionRemoteActionHandler. getRemoteAction()
-