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

Packages that use IJSONObjectDataComponent
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.config.data This package contains the data storing classes for all managers. 
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   
 

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.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.syncsignalreset
 

Classes in de.cau.cs.kieler.sim.syncsignalreset that implement IJSONObjectDataComponent
 class DataComponent
          The class DataComponent implements the KIEM Extension Point.
 

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 StateActivityObserver