Uses of Interface
de.cau.cs.kieler.sim.kiem.IJSONObjectDataComponent

Packages that use IJSONObjectDataComponent
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 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 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 IJSONObjectDataComponent in de.cau.cs.kieler.esterel.cec.sim
 

Classes in de.cau.cs.kieler.esterel.cec.sim that implement IJSONObjectDataComponent
 class DataComponent
           
 

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

Classes in de.cau.cs.kieler.kev.extension.dataobserver that implement IJSONObjectDataComponent
 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 IJSONObjectDataComponent in de.cau.cs.kieler.sim.esi
 

Classes in de.cau.cs.kieler.sim.esi that implement IJSONObjectDataComponent
 class EsoComponent
          Data-component to read traces in esi format.
 

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

Classes in de.cau.cs.kieler.sim.kiem that implement IJSONObjectDataComponent
 class JSONObjectDataComponent
          The Class JSONObjectDataComponent.
 

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

Classes in de.cau.cs.kieler.sim.kiem.automated that implement IJSONObjectDataComponent
 class AbstractAutomatedComponent
          Default implementation of an automated component.
 class AbstractAutomatedProducer
          This is the default implementation of an automated producer.
 

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

Classes in de.cau.cs.kieler.sim.kiem.automated.data that implement IJSONObjectDataComponent
 class AutoTestComponent
          This class is just for testing the automated execution feature.
 

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

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

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

Classes in de.cau.cs.kieler.sim.trace that implement IJSONObjectDataComponent
 class TraceReader
          Data-component to read traces in esi format.
 class TraceValidator
          Data-component to read traces in esi format.
 

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

Classes in de.cau.cs.kieler.synccharts.sim.ptolemy that implement IJSONObjectDataComponent
 class SyncchartsSimDataComponent
          The class SimpleRailCtrl DataComponent implements a KIELER Execution Manager DataComponent.
 

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

Classes in de.cau.cs.kieler.synccharts.viewmanagement that implement IJSONObjectDataComponent
 class SimpleHighlighter
           
 class StateActivityObserver