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

Packages that use IDataComponent
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.kiem.internal This package contains internal classes of KIEM. 
de.cau.cs.kieler.sim.syncsignalreset This package contains the observer/producer DataComponent of the synchronous signal resetter. 
de.cau.cs.kieler.sim.table This package contains the basic activator class and the observer and producer DataComponent of the data table (view). 
de.cau.cs.kieler.sim.trace   
de.cau.cs.kieler.synccharts.sim.ptolemy   
de.cau.cs.kieler.synccharts.viewmanagement   
 

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

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

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

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

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

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

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

Uses of IDataComponent in de.cau.cs.kieler.sim.kiem.internal
 

Classes in de.cau.cs.kieler.sim.kiem.internal that implement IDataComponent
 class AbstractDataComponent
          The DataComponent class implements the basic behavior of a data observer and/or data producer component.
 

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

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

Uses of IDataComponent in de.cau.cs.kieler.sim.table
 

Classes in de.cau.cs.kieler.sim.table that implement IDataComponent
 class DataObserver
          The class DataObserver implements the observer DataComponent which should be scheduled behind any producer DataComponents.
 class DataProducer
          The class DataProducer implements the producer DataComponent which should be scheduled before any observer DataComponents.
 

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

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

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

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

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

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