Uses of Class
cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.ResponseType

Packages that use ResponseType
cz.cuni.amis.pogamut.usar2004.agent.module.datatypes   
cz.cuni.amis.pogamut.usar2004.agent.module.response   
 

Uses of ResponseType in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return ResponseType
static ResponseType ResponseType.getType(String type)
          For each Response type it checks if type matches one of kinds.
static ResponseType ResponseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseType[] ResponseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ResponseType in cz.cuni.amis.pogamut.usar2004.agent.module.response
 

Fields in cz.cuni.amis.pogamut.usar2004.agent.module.response declared as ResponseType
static ResponseType Viewport.type
           
protected  ResponseType SuperResponse.type
           
static ResponseType ResponseSensorEffecter.type
           
static ResponseType ResponseCamera.type
           
 

Methods in cz.cuni.amis.pogamut.usar2004.agent.module.response that return ResponseType
 ResponseType SuperResponse.getResponseType()
          ResponseType is a descriptor used for creating particular instance and for getting type information about particular response message.
 

Constructors in cz.cuni.amis.pogamut.usar2004.agent.module.response with parameters of type ResponseType
SuperResponse(ResponseType type)
          Ctor.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.