Uses of Class
org.json.JSONObject

Packages that use JSONObject
de.cau.cs.kieler.kev.extension.dataobserver The DataobserverPackage contains examples for the comunication between KEV-Plugin and KIEM-Execution-Manager. 
de.cau.cs.kieler.kev.mapping.animations The class MapAnimations.java applies the animations to the svg document. 
de.cau.cs.kieler.sim.esi   
de.cau.cs.kieler.sim.kiem This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sim.kiem.execution This package contains the classes for the raw execution, the thread handling and synchronization as well as for the data pool and timeout error implementation. 
de.cau.cs.kieler.sim.kiem.internal This package contains internal classes of KIEM. 
de.cau.cs.kieler.sim.syncsignalreset This package contains the observer/producer DataComponent of the synchronous signal resetter. 
de.cau.cs.kieler.sim.trace   
de.cau.cs.kieler.synccharts.sim.ptolemy   
de.cau.cs.kieler.synccharts.viewmanagement   
org.json This package contains the JSON implementation for java as it can be found on http://www.json.org/java 
 

Uses of JSONObject in de.cau.cs.kieler.kev.extension.dataobserver
 

Methods in de.cau.cs.kieler.kev.extension.dataobserver that return JSONObject
 JSONObject Backhoe.enforceValidValues()
           
 JSONObject Backhoe.provideInitialVariables()
           
 JSONObject Elevator.provideInitialVariables()
           
 JSONObject Example_02.provideInitialVariables()
           
 JSONObject KEVDataObserver.provideInitialVariables()
          Sets the initial values for the KIEM data table with the SVG element id's from mapping file as JSON keys.
 JSONObject Backhoe.step(JSONObject jSONObject)
           
 JSONObject Elevator.step(JSONObject jSONObject)
           
 JSONObject Example_01.step(JSONObject JSONobject)
           
 JSONObject Example_02.step(JSONObject JSONobject)
           
 JSONObject KEVDataObserver.step(JSONObject jSONObject)
          Applies the JSON data to the SVG document.
 JSONObject KEVExampleDataProducer.step(JSONObject JSONobject)
          Step method, where JSON-Values are created.
 

Methods in de.cau.cs.kieler.kev.extension.dataobserver with parameters of type JSONObject
 JSONObject Backhoe.step(JSONObject jSONObject)
           
 JSONObject Elevator.step(JSONObject jSONObject)
           
 JSONObject Example_01.step(JSONObject JSONobject)
           
 JSONObject Example_02.step(JSONObject JSONobject)
           
 JSONObject KEVDataObserver.step(JSONObject jSONObject)
          Applies the JSON data to the SVG document.
 JSONObject KEVExampleDataProducer.step(JSONObject JSONobject)
          Step method, where JSON-Values are created.
 

Uses of JSONObject in de.cau.cs.kieler.kev.mapping.animations
 

Methods in de.cau.cs.kieler.kev.mapping.animations that return JSONObject
 JSONObject MapAnimations.compareDifference(JSONObject oldJSONObject, JSONObject newJSONObject)
           
 JSONObject MapAnimations.makeItFlat(JSONObject inputObject)
          Make the input JSONObject flat if there exists a hierarchy.
 

Methods in de.cau.cs.kieler.kev.mapping.animations with parameters of type JSONObject
 JSONObject MapAnimations.compareDifference(JSONObject oldJSONObject, JSONObject newJSONObject)
           
 void MapAnimations.doAnimations(JSONObject jsonObject)
          Applies the Animations for all JSON-Keys which exists in the mapping file.
 JSONObject MapAnimations.makeItFlat(JSONObject inputObject)
          Make the input JSONObject flat if there exists a hierarchy.
 

Constructors in de.cau.cs.kieler.kev.mapping.animations with parameters of type JSONObject
RunnableAnimation(JSONObject oldJSONObject, JSONObject newJSONObject)
           
 

Uses of JSONObject in de.cau.cs.kieler.sim.esi
 

Methods in de.cau.cs.kieler.sim.esi that return JSONObject
 JSONObject EsoComponent.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 

Methods in de.cau.cs.kieler.sim.esi with parameters of type JSONObject
 JSONObject EsoComponent.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of JSONObject in de.cau.cs.kieler.sim.kiem
 

Methods in de.cau.cs.kieler.sim.kiem that return JSONObject
protected  JSONObject JSONObjectDataComponent.getInitialVariables()
          Gets the (global) interface variables.
static JSONObject JSONSignalValues.newValue(boolean present)
          Create a new SignalValue for a pure signal, containing a presentKey only.
static JSONObject JSONSignalValues.newValue(Object value, boolean present)
          Create a new SignalValue for a valued signal, containing a presentKey and a valueKey.
 JSONObject JSONObjectDataComponent.provideFilterKeysJSON()
          Provide filter keys and default values as a JSONObject.
 JSONObject JSONObjectDataComponent.provideInitialVariables()
          Provide (local) interface variables and possible initial values.
 JSONObject IJSONObjectDataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Methods in de.cau.cs.kieler.sim.kiem with parameters of type JSONObject
 void JSONObjectDataComponent.setInitialVariables(JSONObject globalInitialVariablesParam)
          Sets the global interface variables and their initial values.
static void JSONSignalValues.setPresent(JSONObject signalValue, boolean isPresent)
          Sets the presents of a signaled value.
 JSONObject IJSONObjectDataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of JSONObject in de.cau.cs.kieler.sim.kiem.config.data
 

Methods in de.cau.cs.kieler.sim.kiem.config.data that return JSONObject
 JSONObject ConfigDataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Methods in de.cau.cs.kieler.sim.kiem.config.data with parameters of type JSONObject
 JSONObject ConfigDataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of JSONObject in de.cau.cs.kieler.sim.kiem.execution
 

Methods in de.cau.cs.kieler.sim.kiem.execution that return JSONObject
 JSONObject ProducerExecution.getData()
          Gets the JSON data that was produced by the producer DataComponent.
 JSONObject JSONDataPool.getData(String[] filterKeys)
          Gets the data.
 JSONObject JSONDataPool.getData(String[] filterKeys, long deltaPoolIndexTo)
          Gets the most current data.
 JSONObject JSONDataPool.getDeltaData(String[] filterKeys, long deltaPoolIndexFrom)
          Gets the delta data between (since) the deltaPoolIndexFrom and the deltaPoolIndexTo or the current index if the latter is not provided.
 JSONObject JSONDataPool.getDeltaData(String[] filterKeys, long deltaPoolIndexFrom, long deltaPoolIndexTo)
          Gets the delta data.
 JSONObject JSONMerger.mergeObjects(JSONObject base, JSONObject merge)
          Merges two JSON objects together (recursively), with values from "merge" replacing values in "base" to produce a new object.
 

Methods in de.cau.cs.kieler.sim.kiem.execution with parameters of type JSONObject
 JSONObject JSONMerger.mergeObjects(JSONObject base, JSONObject merge)
          Merges two JSON objects together (recursively), with values from "merge" replacing values in "base" to produce a new object.
 void JSONDataPool.putData(JSONObject newData)
          Puts a new JSONObject into the data pool.
 void ObserverExecution.setData(JSONObject dataParam)
          Sets the input JSON data for the observer DataComponent.
 

Uses of JSONObject in de.cau.cs.kieler.sim.kiem.internal
 

Methods in de.cau.cs.kieler.sim.kiem.internal that return JSONObject
 JSONObject DataComponentWrapper.provideInitialVariables()
          This method is implemented by the DataComponent if it provides a JSONObject of initial variables.
 

Methods in de.cau.cs.kieler.sim.kiem.internal with parameters of type JSONObject
 void DataComponentWrapper.setInitialVariables(JSONObject globalInitialVariables)
          Sets the global initial variables.
 

Uses of JSONObject in de.cau.cs.kieler.sim.syncsignalreset
 

Methods in de.cau.cs.kieler.sim.syncsignalreset that return JSONObject
 JSONObject DataComponent.step(JSONObject allDataIn)
          Step method for a DataObserver and a DataPrroducer.
 

Methods in de.cau.cs.kieler.sim.syncsignalreset with parameters of type JSONObject
 JSONObject DataComponent.step(JSONObject allDataIn)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of JSONObject in de.cau.cs.kieler.sim.trace
 

Methods in de.cau.cs.kieler.sim.trace that return JSONObject
 JSONObject TraceReader.provideInitialVariables()
           
 JSONObject TraceValidator.provideInitialVariables()
          Provide (local) interface variables and possible initial values.
 JSONObject TraceReader.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 JSONObject TraceValidator.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 

Methods in de.cau.cs.kieler.sim.trace with parameters of type JSONObject
 JSONObject TraceReader.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 JSONObject TraceValidator.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of JSONObject in de.cau.cs.kieler.synccharts.sim.ptolemy
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy that return JSONObject
 JSONObject SyncchartsSimDataComponent.provideInitialVariables()
           
 JSONObject SyncchartsSimDataComponent.step(JSONObject jSONObject)
           
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy with parameters of type JSONObject
 void ExecutePtolemyModel.setData(JSONObject jSONObject)
           
 JSONObject SyncchartsSimDataComponent.step(JSONObject jSONObject)
           
 

Uses of JSONObject in de.cau.cs.kieler.synccharts.viewmanagement
 

Methods in de.cau.cs.kieler.synccharts.viewmanagement that return JSONObject
 JSONObject StateActivityObserver.step(JSONObject data)
           
 

Methods in de.cau.cs.kieler.synccharts.viewmanagement with parameters of type JSONObject
 JSONObject StateActivityObserver.step(JSONObject data)
           
 

Uses of JSONObject in org.json
 

Methods in org.json that return JSONObject
 JSONObject JSONObject.accumulate(String key, Object value)
          Accumulate values under a key.
 JSONObject JSONObject.append(String key, Object value)
          Append values to the array under a key.
 JSONObject JSONArray.getJSONObject(int index)
          Get the JSONObject associated with an index.
 JSONObject JSONObject.getJSONObject(String key)
          Get the JSONObject value associated with a key.
 JSONObject JSONArray.optJSONObject(int index)
          Get the optional JSONObject associated with an index.
 JSONObject JSONObject.optJSONObject(String key)
          Get an optional JSONObject associated with a key.
 JSONObject JSONObject.put(String key, boolean value)
          Put a key/boolean pair in the JSONObject.
 JSONObject JSONObject.put(String key, Collection value)
          Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
 JSONObject JSONObject.put(String key, double value)
          Put a key/double pair in the JSONObject.
 JSONObject JSONObject.put(String key, int value)
          Put a key/int pair in the JSONObject.
 JSONObject JSONObject.put(String key, long value)
          Put a key/long pair in the JSONObject.
 JSONObject JSONObject.put(String key, Map value)
          Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
 JSONObject JSONObject.put(String key, Object value)
          Put a key/value pair in the JSONObject.
 JSONObject JSONObject.putOnce(String key, Object value)
          Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
 JSONObject JSONObject.putOpt(String key, Object value)
          Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
static JSONObject CDL.rowToJSONObject(JSONArray names, JSONTokener x)
          Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
 JSONObject JSONArray.toJSONObject(JSONArray names)
          Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
static JSONObject Cookie.toJSONObject(String string)
          Convert a cookie specification string into a JSONObject.
static JSONObject CookieList.toJSONObject(String string)
          Convert a cookie list into a JSONObject.
static JSONObject HTTP.toJSONObject(String string)
          Convert an HTTP header string into a JSONObject.
static JSONObject JSONML.toJSONObject(String string)
          Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
static JSONObject XML.toJSONObject(String string)
          Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
static JSONObject JSONML.toJSONObject(XMLTokener x)
          Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
 

Methods in org.json with parameters of type JSONObject
static String[] JSONObject.getNames(JSONObject jo)
          Get an array of field names from a JSONObject.
static String Cookie.toString(JSONObject o)
          Convert a JSONObject into a cookie specification string.
static String CookieList.toString(JSONObject o)
          Convert a JSONObject into a cookie list.
static String HTTP.toString(JSONObject o)
          Convert a JSONObject into an HTTP header.
static String JSONML.toString(JSONObject jo)
          Reverse the JSONML transformation, making an XML text from a JSONObject.
 

Constructors in org.json with parameters of type JSONObject
JSONObject(JSONObject jo, String[] names)
          Construct a JSONObject from a subset of another JSONObject.