Cortex Android
 All Classes Namespaces Functions Variables
nl.sense_os.cortex.AIMHelper Class Reference

Static Public Member Functions

static AIMValueVector toAIMValueVector (JSONArray json)
 
static AIMValueMap toAIMValueMap (JSONObject json)
 
static void load (String properties, AIM aim)
 

Member Function Documentation

static void nl.sense_os.cortex.AIMHelper.load ( String  properties,
AIM  aim 
)
static

Loads the properties

This method load the properties from a JSON string

static AIMValueMap nl.sense_os.cortex.AIMHelper.toAIMValueMap ( JSONObject  json)
static

Transform a JSONOBject to an AIMValueMap

Parameters
jsonThe JSONOBject with the properties
Returns
The AIMValueMAp
static AIMValueVector nl.sense_os.cortex.AIMHelper.toAIMValueVector ( JSONArray  json)
static

Transform a JSONArray to an AIMValueVector

Parameters
jsonThe JSONArray
Returns
AIMValueVector

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