Uses of Class
de.cau.cs.kieler.sim.kiem.JSONObjectDataComponent

Packages that use JSONObjectDataComponent
de.cau.cs.kieler.esterel.cec.sim   
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.sim.esi   
de.cau.cs.kieler.sim.kiem.automated This package contains the basic activator class. 
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.trace   
de.cau.cs.kieler.synccharts.sim.ptolemy   
de.cau.cs.kieler.synccharts.viewmanagement   
 

Uses of JSONObjectDataComponent in de.cau.cs.kieler.esterel.cec.sim
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.esterel.cec.sim
 class DataComponent
           
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.kev.extension.dataobserver
 class Backhoe
           
 class Elevator
          A small simulation for the elevator example, computing the position and the lamps based on signal inputs.
 class Example_01
          A simple Example for changing the color of the Trafficlight.svg.
 class Example_02
          A simple Example for changing the color of the Trafficlight.svg.
 class KEVDataObserver
           
 class KEVExampleDataProducer
          A simple Example the Watertank.svg.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.esi
 class EsoComponent
          Data-component to read traces in esi format.
 

Uses of JSONObjectDataComponent in de.cau.cs.kieler.sim.kiem.automated
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.kiem.automated
 class AbstractAutomatedComponent
          Default implementation of an automated component.
 class AbstractAutomatedProducer
          This is the default implementation of an automated producer.
 

Uses of JSONObjectDataComponent in de.cau.cs.kieler.sim.kiem.automated.data
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.kiem.automated.data
 class AutoTestComponent
          This class is just for testing the automated execution feature.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.kiem.config.data
 class ConfigDataComponent
          Holds all information needed for the currently running schedule.
For example:
Aimed Step Duration
Timeouts
...and user defined variables
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.trace
 class TraceReader
          Data-component to read traces in esi format.
 class TraceValidator
          Data-component to read traces in esi format.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.synccharts.sim.ptolemy
 class SyncchartsSimDataComponent
          The class SimpleRailCtrl DataComponent implements a KIELER Execution Manager DataComponent.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.synccharts.viewmanagement
 class SimpleHighlighter
           
 class StateActivityObserver