Public Member Functions | Static Public Member Functions
edu.wpi.rail.jinteractiveworld.ros.srvs.interactiveworldmsgs.LearnModels.Response Class Reference
Inheritance diagram for edu.wpi.rail.jinteractiveworld.ros.srvs.interactiveworldmsgs.LearnModels.Response:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Response clone ()
 Response ()
 Response (boolean result)

Static Public Member Functions

static Response fromJsonObject (JsonObject jsonObject)
static Response fromJsonString (String jsonString)
static Response fromServiceResponse (ServiceResponse resp)

Detailed Description

The service response for the interactive_world_msgs/LearnModels service.

Author:
Russell Toris -- rctoris@wpi.edu
Version:
December 3, 2014

Definition at line 208 of file LearnModels.java.


Constructor & Destructor Documentation

Create a new empty LearnModels ServiceResponse.

Definition at line 213 of file LearnModels.java.

Create a new LearnModels ServiceResponse.

Parameters:
resultThe result flag for the response (i.e., if the service server returned a success).

Definition at line 224 of file LearnModels.java.


Member Function Documentation

Create a clone of this LearnModels ServiceResponse.

Definition at line 232 of file LearnModels.java.

Create a new LearnModels ServiceResponse based on the given JSON object. Any missing values will be set to their defaults.

Parameters:
jsonObjectThe JSON object to parse.
Returns:
A LearnModels ServiceResponse based on the given JSON object.

Definition at line 271 of file LearnModels.java.

Create a new LearnModels ServiceResponse based on the given JSON string. Any missing values will be set to their defaults.

Parameters:
jsonStringThe JSON string to parse.
Returns:
A LearnModels ServiceResponse based on the given JSON string.

Definition at line 244 of file LearnModels.java.

Create a new LearnModels ServiceResponse based on the given ServiceResponse. Any missing values will be set to their defaults.

Parameters:
respThe ServiceResponse to parse.
Returns:
A LearnModels ServiceResponse based on the given Message.

Definition at line 258 of file LearnModels.java.


The documentation for this class was generated from the following file:


jinteractiveworld
Author(s): Russell Toris
autogenerated on Sun Dec 14 2014 11:27:03