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

Packages that use JSONObjectDataComponent
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.kies.transformation Contains code responsible for executing a esterel to synccharts transformation. 
de.cau.cs.kieler.klots.kiemdatacomponents KLOTS KIEM data component classes. 
de.cau.cs.kieler.kvid.dataprovider Package holding classes responsible for receiving data. 
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.syncsignalreset This package contains the observer/producer DataComponent of the synchronous signal resetter. 
de.cau.cs.kieler.sim.trace   
de.cau.cs.kieler.sim.validator   
de.cau.cs.kieler.sj.test   
de.cau.cs.kieler.synccharts.kivi View Management classes for SyncCharts. 
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.uml2.kivi   
de.cau.cs.kieler.uml2.sim.kiem   
 

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.kies.transformation
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.kies.transformation
 class AbstractTransformationDataComponent
          Abstract implementation of a TransformationDataComponent.
 class EsterelToSyncChartDataComponent
          DataComponent for transforming an esterel program step-wise into a SyncCharts.
 class SyncChartsOptimizationDataComponent
          DataComponent optimizing an existing SyncCharts.
 

Uses of JSONObjectDataComponent in de.cau.cs.kieler.klots.kiemdatacomponents
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.klots.kiemdatacomponents
 class KlotsEditorNXTDataObserver
           
 class NXTDataDistributor
           
 class SJInstructionsViewNXTDataObserver
           
 

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.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.
 class StateMachineKiViDataComponent
          A data component that observes the activity of syncchart states during simulation.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.syncsignalreset
 class DataComponent
          The class DataComponent implements the KIEM Extension Point.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sim.validator
 class InputDataComponent
           
 class OutputDataComponent
           
 

Uses of JSONObjectDataComponent in de.cau.cs.kieler.sj.test
 

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.sj.test
 class SJValidationSimulatorDataComponent
           
 

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.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.uml2.kivi
 class StateMachineDataComponent
          A data component that observes the activity of UML StateMachine states during simulation in a Papyrus editor.
 

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

Subclasses of JSONObjectDataComponent in de.cau.cs.kieler.uml2.sim.kiem
 class DataComponentModelCheck
          The Class DataComponent.
 class DataComponentSim
          The Class DataComponent.