Public Member Functions | Private Attributes | Static Private Attributes
roboearth.wp5.conn.REConnectionHadoop.RobotList Class Reference
Inheritance diagram for roboearth.wp5.conn.REConnectionHadoop.RobotList:
Inheritance graph
[legend]

List of all members.

Public Member Functions

String get (int index)
String getAuthor (int index)
String getDescription (int index)
String getPicture (int index)
String getUID (int index)
 RobotList (String jsonText) throws InvalidSyntaxException
int size ()

Private Attributes

final JsonRootNode json

Static Private Attributes

static final JsonNodeSelector
< JsonNode, String > 
JSON_AUTHOR
static final JsonNodeSelector
< JsonNode, String > 
JSON_DESCRIPTION
static final JsonNodeSelector
< JsonNode, String > 
JSON_PICTURE
static final JsonNodeSelector
< JsonNode, String > 
JSON_SRDL
static final JsonNodeSelector
< JsonNode, String > 
JSON_UID

Detailed Description

A RobotList object contains a JSON parser, that tries to extract the srdl and picture fields of a given JSON encoded string and presents the collected data in a convenient Java AbstractList derived object.

Author:
Alexander Perzylo, perzylo@cs.tum.edu

Definition at line 2429 of file REConnectionHadoop.java.


Constructor & Destructor Documentation

roboearth.wp5.conn.REConnectionHadoop.RobotList.RobotList ( String  jsonText) throws InvalidSyntaxException [inline]

Definition at line 2449 of file REConnectionHadoop.java.


Member Function Documentation

Definition at line 2454 of file REConnectionHadoop.java.

Definition at line 2468 of file REConnectionHadoop.java.

Definition at line 2464 of file REConnectionHadoop.java.

Definition at line 2459 of file REConnectionHadoop.java.

Definition at line 2472 of file REConnectionHadoop.java.

Definition at line 2477 of file REConnectionHadoop.java.


Member Data Documentation

Definition at line 2431 of file REConnectionHadoop.java.

final JsonNodeSelector<JsonNode, String> roboearth.wp5.conn.REConnectionHadoop.RobotList.JSON_AUTHOR [static, private]
Initial value:
 
                                JsonNodeSelectors.aStringNode("author")

Definition at line 2440 of file REConnectionHadoop.java.

final JsonNodeSelector<JsonNode, String> roboearth.wp5.conn.REConnectionHadoop.RobotList.JSON_DESCRIPTION [static, private]
Initial value:
 
                                JsonNodeSelectors.aStringNode("description")

Definition at line 2443 of file REConnectionHadoop.java.

final JsonNodeSelector<JsonNode, String> roboearth.wp5.conn.REConnectionHadoop.RobotList.JSON_PICTURE [static, private]
Initial value:
 
                                JsonNodeSelectors.aNumberNode("picture")

Definition at line 2437 of file REConnectionHadoop.java.

final JsonNodeSelector<JsonNode, String> roboearth.wp5.conn.REConnectionHadoop.RobotList.JSON_SRDL [static, private]
Initial value:
 
                                JsonNodeSelectors.aStringNode("srdl")

Definition at line 2434 of file REConnectionHadoop.java.

final JsonNodeSelector<JsonNode, String> roboearth.wp5.conn.REConnectionHadoop.RobotList.JSON_UID [static, private]
Initial value:
 
                                JsonNodeSelectors.aStringNode("id")

Definition at line 2446 of file REConnectionHadoop.java.


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


re_comm_core
Author(s): Alexander Perzylo
autogenerated on Sun Jan 5 2014 11:29:33