Uses of Package
org.json

Packages that use org.json
de.cau.cs.kieler.esterel.cec.sim Simulation of Esterel files using the CEC. 
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.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.trace   
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.synccharts.viewmanagement   
org.json This package contains the JSON implementation for java as it can be found on http://www.json.org/java 
 

Classes in org.json used by de.cau.cs.kieler.esterel.cec.sim
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.kev.extension.dataobserver
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.kev.mapping.animations
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.sim.esi
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.sim.kiem
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.sim.kiem.automated.data
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.sim.kiem.config.data
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.sim.kiem.execution
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.sim.kiem.internal
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.sim.trace
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.synccharts.sim.ptolemy
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.synccharts.sim.sc
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by de.cau.cs.kieler.synccharts.viewmanagement
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by org.json
Activator
          The activator class controls the plug-in life cycle
JSONArray
          A JSONArray is an ordered sequence of values.
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
JSONTokener
          A JSONTokener takes a source string and extracts characters and tokens from it.
JSONWriter
          JSONWriter provides a quick and convenient way of producing JSON text.
XMLTokener
          The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.