|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONObject | |
---|---|
de.cau.cs.kieler.kaom.sim.ptolemy | |
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.kies.transformation | Contains code responsible for executing a esterel to synccharts transformation. |
de.cau.cs.kieler.klots.editor | KLOTS editor classes. |
de.cau.cs.kieler.klots.kiemdatacomponents | KLOTS KIEM data component classes. |
de.cau.cs.kieler.kvid.datadistributor | Package to hold classes responsible for data deliverance. |
de.cau.cs.kieler.kvid.dataprovider | Package holding classes responsible for receiving data. |
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.automated.data | This package contains the data storing classes of the KiemAuto. |
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.kiem.ui.datacomponent | |
de.cau.cs.kieler.sim.kivi | |
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.sim.validator | |
de.cau.cs.kieler.sj.test | |
de.cau.cs.kieler.synccharts.sim.ptolemy | |
de.cau.cs.kieler.synccharts.sim.sc | Package to simulate the generated SC-Code of package de.cau.cs.kieler.synccharts.codegen.sc by using the KIEM plugin. |
de.cau.cs.kieler.uml2.sim.kiem | |
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.kaom.sim.ptolemy |
---|
Methods in de.cau.cs.kieler.kaom.sim.ptolemy that return JSONObject | |
---|---|
JSONObject |
KaomSimDataComponent.provideInitialVariables()
|
JSONObject |
KaomSimDataComponent.step(JSONObject jSONObject)
|
Methods in de.cau.cs.kieler.kaom.sim.ptolemy with parameters of type JSONObject | |
---|---|
void |
ExecutePtolemyModel.setData(JSONObject jSONObject)
|
JSONObject |
KaomSimDataComponent.step(JSONObject jSONObject)
|
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.kies.transformation |
---|
Methods in de.cau.cs.kieler.kies.transformation that return JSONObject | |
---|---|
JSONObject |
AbstractTransformationDataComponent.step(JSONObject arg0)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
SyncChartsOptimizationDataComponent.step(JSONObject arg0)
Step method for a DataObserver and a DataPrroducer. |
Methods in de.cau.cs.kieler.kies.transformation with parameters of type JSONObject | |
---|---|
JSONObject |
AbstractTransformationDataComponent.step(JSONObject arg0)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
SyncChartsOptimizationDataComponent.step(JSONObject arg0)
Step method for a DataObserver and a DataPrroducer. |
Uses of JSONObject in de.cau.cs.kieler.klots.editor |
---|
Methods in de.cau.cs.kieler.klots.editor with parameters of type JSONObject | |
---|---|
protected static void |
KlotsEditor.createHighlightEffect(String instrName,
JSONObject instrData,
int chronology)
|
Uses of JSONObject in de.cau.cs.kieler.klots.kiemdatacomponents |
---|
Methods in de.cau.cs.kieler.klots.kiemdatacomponents that return JSONObject | |
---|---|
JSONObject |
KlotsEditorNXTDataObserver.provideInitialVariables()
|
JSONObject |
KlotsEditorNXTDataObserver.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
NXTDataDistributor.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
SJInstructionsViewNXTDataObserver.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
Methods in de.cau.cs.kieler.klots.kiemdatacomponents with parameters of type JSONObject | |
---|---|
JSONObject |
KlotsEditorNXTDataObserver.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
NXTDataDistributor.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
SJInstructionsViewNXTDataObserver.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
Uses of JSONObject in de.cau.cs.kieler.kvid.datadistributor |
---|
Methods in de.cau.cs.kieler.kvid.datadistributor with parameters of type JSONObject | |
---|---|
void |
DataDistributor.update(JSONObject data,
boolean isHistoryStep)
Call this every time the data to visualize has changed to trigger the visualization of the new data. |
void |
IProviderListener.update(JSONObject data,
boolean isHistoryStep)
Call this every time the data to visualize has changed to trigger the visualization of the new data. |
Uses of JSONObject in de.cau.cs.kieler.kvid.dataprovider |
---|
Methods in de.cau.cs.kieler.kvid.dataprovider that return JSONObject | |
---|---|
JSONObject |
KiemCsvDataProvider.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
KiemDataProvider.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
Methods in de.cau.cs.kieler.kvid.dataprovider with parameters of type JSONObject | |
---|---|
JSONObject |
KiemCsvDataProvider.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
KiemDataProvider.step(JSONObject jSONObject)
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.automated.data |
---|
Methods in de.cau.cs.kieler.sim.kiem.automated.data that return JSONObject | |
---|---|
JSONObject |
AutoTestComponent.doStep(JSONObject jSONObject)
Implements the real step method for this simulation datacomponent. |
Methods in de.cau.cs.kieler.sim.kiem.automated.data with parameters of type JSONObject | |
---|---|
JSONObject |
AutoTestComponent.doStep(JSONObject jSONObject)
Implements the real step method for this simulation datacomponent. |
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.kiem.ui.datacomponent |
---|
Methods in de.cau.cs.kieler.sim.kiem.ui.datacomponent that return JSONObject | |
---|---|
JSONObject |
JSONObjectSimulationDataComponent.doProvideInitialVariables()
Performs the normal provide initial variables method. |
JSONObject |
JSONObjectSimulationDataComponent.doStep(JSONObject jSONObject)
Implements the real step method for this simulation datacomponent. |
JSONObject |
JSONObjectSimulationDataComponent.provideFilterKeysJSON()
Provide filter keys and default values as a JSONObject. |
JSONObject |
JSONObjectSimulationDataComponent.provideInitialVariables()
|
JSONObject |
JSONObjectSimulationDataComponent.step(JSONObject jSONObject)
|
Methods in de.cau.cs.kieler.sim.kiem.ui.datacomponent with parameters of type JSONObject | |
---|---|
JSONObject |
JSONObjectSimulationDataComponent.doStep(JSONObject jSONObject)
Implements the real step method for this simulation datacomponent. |
JSONObject |
JSONObjectSimulationDataComponent.step(JSONObject jSONObject)
|
Uses of JSONObject in de.cau.cs.kieler.sim.kivi |
---|
Methods in de.cau.cs.kieler.sim.kivi that return JSONObject | |
---|---|
JSONObject |
KiViDataComponent.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
StateMachineKiViDataComponent.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
Methods in de.cau.cs.kieler.sim.kivi with parameters of type JSONObject | |
---|---|
JSONObject |
KiViDataComponent.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
JSONObject |
StateMachineKiViDataComponent.step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
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.doProvideInitialVariables()
|
JSONObject |
TraceValidator.doProvideInitialVariables()
Performs the normal provide initial variables method. |
JSONObject |
TraceReader.doStep(JSONObject input)
Implements the real step method for this simulation datacomponent. |
JSONObject |
TraceValidator.doStep(JSONObject input)
Implements the real step method for this simulation datacomponent. |
Methods in de.cau.cs.kieler.sim.trace with parameters of type JSONObject | |
---|---|
JSONObject |
TraceReader.doStep(JSONObject input)
Implements the real step method for this simulation datacomponent. |
JSONObject |
TraceValidator.doStep(JSONObject input)
Implements the real step method for this simulation datacomponent. |
Uses of JSONObject in de.cau.cs.kieler.sim.validator |
---|
Methods in de.cau.cs.kieler.sim.validator that return JSONObject | |
---|---|
static JSONObject |
ValidatorPlugin.sort(JSONObject jSONObject)
Sort. |
JSONObject |
InputDataComponent.step(JSONObject jSONObject)
|
JSONObject |
OutputDataComponent.step(JSONObject jSONObject)
|
Methods in de.cau.cs.kieler.sim.validator with parameters of type JSONObject | |
---|---|
static JSONObject |
ValidatorPlugin.sort(JSONObject jSONObject)
Sort. |
JSONObject |
InputDataComponent.step(JSONObject jSONObject)
|
JSONObject |
OutputDataComponent.step(JSONObject jSONObject)
|
Uses of JSONObject in de.cau.cs.kieler.sj.test |
---|
Methods in de.cau.cs.kieler.sj.test that return JSONObject | |
---|---|
JSONObject |
SJValidationSimulatorDataComponent.provideInitialVariables()
|
JSONObject |
SJValidationSimulatorDataComponent.step(JSONObject jSONObject)
|
Methods in de.cau.cs.kieler.sj.test with parameters of type JSONObject | |
---|---|
JSONObject |
SJValidationSimulatorDataComponent.step(JSONObject jSONObject)
|
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.doProvideInitialVariables()
|
JSONObject |
SyncchartsSimDataComponent.doStep(JSONObject jSONObject)
|
Methods in de.cau.cs.kieler.synccharts.sim.ptolemy with parameters of type JSONObject | |
---|---|
JSONObject |
SyncchartsSimDataComponent.doStep(JSONObject jSONObject)
|
void |
ExecutePtolemyModel.setData(JSONObject jSONObject)
|
Uses of JSONObject in de.cau.cs.kieler.synccharts.sim.sc |
---|
Methods in de.cau.cs.kieler.synccharts.sim.sc that return JSONObject | |
---|---|
JSONObject |
SCDataComponent.doProvideInitialVariables()
|
JSONObject |
SCDataComponent.doStep(JSONObject jSONObject)
Implements the real step method for this simulation datacomponent. |
Methods in de.cau.cs.kieler.synccharts.sim.sc with parameters of type JSONObject | |
---|---|
JSONObject |
SCDataComponent.doStep(JSONObject jSONObject)
Implements the real step method for this simulation datacomponent. |
Uses of JSONObject in de.cau.cs.kieler.uml2.sim.kiem |
---|
Methods in de.cau.cs.kieler.uml2.sim.kiem that return JSONObject | |
---|---|
JSONObject |
DataComponent.doProvideInitialVariables()
|
JSONObject |
DataComponent.doStep(JSONObject signals)
|
JSONObject |
DataComponentModelCheck.doStep(JSONObject signals)
|
JSONObject |
DataComponentSim.doStep(JSONObject signals)
|
Methods in de.cau.cs.kieler.uml2.sim.kiem with parameters of type JSONObject | |
---|---|
JSONObject |
DataComponent.doStep(JSONObject signals)
|
JSONObject |
DataComponentModelCheck.doStep(JSONObject signals)
|
JSONObject |
DataComponentSim.doStep(JSONObject signals)
|
void |
DataComponentModelCheck.writeAndReloadSelectedEvents(JSONObject signals)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |