Uses of Class
jp.go.aist.rtm.RTC.FactoryGlobal.ReturnCode

Packages that use FactoryGlobal.ReturnCode
jp.go.aist.rtm.RTC   
 

Uses of FactoryGlobal.ReturnCode in jp.go.aist.rtm.RTC
 

Methods in jp.go.aist.rtm.RTC that return FactoryGlobal.ReturnCode
 FactoryGlobal.ReturnCode FactoryGlobal.addFactory(IDENTIFIER id, ObjectCreator creator, ObjectDestructor destructor)
           Resters Factory to the map.
 FactoryGlobal.ReturnCode FactoryGlobal.deleteObject(ABSTRACTCLASS obj)
           Deletes the object. This method deletes specified Object. with identifier.}
 FactoryGlobal.ReturnCode FactoryGlobal.deleteObject(IDENTIFIER id, ABSTRACTCLASS obj)
           Deletes the object.
 FactoryGlobal.ReturnCode FactoryGlobal.objectToIdentifier(ABSTRACTCLASS obj, IDENTIFIER id)
           Getting class identifier (ID) from a object
 FactoryGlobal.ReturnCode FactoryGlobal.removeFactory(IDENTIFIER id)
           Removes Factory from the map.
static FactoryGlobal.ReturnCode FactoryGlobal.ReturnCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FactoryGlobal.ReturnCode[] FactoryGlobal.ReturnCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.