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

Packages that use JSONObjectDataComponent
de.cau.cs.kieler.esterel.cec.sim Simulation of Esterel files using the CEC. 
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.kvid.dataprovider Package holding classes responsible for receiving data. 
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.kiem.ui.datacomponent   
de.cau.cs.kieler.sim.kivi   
de.cau.cs.kieler.sim.trace   
de.cau.cs.kieler.synccharts.kivi   
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. 
 

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.kaom.sim.ptolemy
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.kaom.sim.ptolemy
 class KaomSimDataComponent
          The class SimpleRailCtrl DataComponent implements a KIELER Execution Manager 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.kvid.dataprovider
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.kvid.dataprovider
 class KiemCsvDataProvider
          Data source which is a IDataProvider and uses CSV files to provide the data.
 class KiemDataProvider
          Data Source which is a IDataProvider and uses KIEM to collect simulation data.
 

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.kiem.ui.datacomponent
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.kiem.ui.datacomponent
 class JSONObjectSimulationDataComponent
          The Class JSONObjectDataComponent.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.kivi
 class KiViDataComponent
          A data component that observes the activity of syncchart states during simulation.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.synccharts.kivi
 class SyncChartsDataComponent
          A data component that observes the activity of syncchart states during simulation.
 

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.sim.sc
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.synccharts.sim.sc
 class SCDataComponent
          This is the data component to handle the communication between KIEM and the external SC-Program.