|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDataComponent | |
---|---|
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.config.managers | Managers for holding and managing data in KIEMConfig. |
de.cau.cs.kieler.sim.kiem.execution | This package contains the classes for the raw execution, the thread handling and synchronization as well as for the data pool and timeout error implementation. |
de.cau.cs.kieler.sim.kiem.internal | This package contains internal classes of KIEM. |
de.cau.cs.kieler.sim.kiem.ui | This package contains some helper classes for the KIEM graphical user interface. |
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 AbstractDataComponent in de.cau.cs.kieler.kev.extension.dataobserver |
---|
Subclasses of AbstractDataComponent 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 AbstractDataComponent in de.cau.cs.kieler.sim.esi |
---|
Subclasses of AbstractDataComponent in de.cau.cs.kieler.sim.esi | |
---|---|
class |
EsoComponent
Data-component to read traces in esi format. |
Uses of AbstractDataComponent in de.cau.cs.kieler.sim.kiem |
---|
Subclasses of AbstractDataComponent in de.cau.cs.kieler.sim.kiem | |
---|---|
class |
JSONObjectDataComponent
The Class JSONObjectDataComponent. |
class |
JSONStringDataComponent
The Class JSONStringDataComponent. |
Methods in de.cau.cs.kieler.sim.kiem that return types with arguments of type AbstractDataComponent | |
---|---|
List<AbstractDataComponent> |
KiemPlugin.getRegisteredDataComponentList()
This initializes the DataComponentList with all registered and loaded plug-ins that extend the following two extension points: - JSONObjectDataComponent - JSONStringDataComponent If a DataComponent is registered but cannot be instantiated because of an error this will result in a warning only so that all other fully functional DataComponents are still loaded. |
Methods in de.cau.cs.kieler.sim.kiem with parameters of type AbstractDataComponent | |
---|---|
DataComponentWrapper |
KiemPlugin.addTodataComponentWrapperList(AbstractDataComponent component)
Add a DataComponent instance to the KiemPlugin.dataComponentWrapperList . |
static void |
KiemPlugin.handleComponentError(AbstractDataComponent dataComponent,
Exception exception)
This method handles errors or warnings within the execution of DataComponents. |
Uses of AbstractDataComponent in de.cau.cs.kieler.sim.kiem.config.data |
---|
Subclasses of AbstractDataComponent 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 AbstractDataComponent in de.cau.cs.kieler.sim.kiem.config.managers |
---|
Methods in de.cau.cs.kieler.sim.kiem.config.managers with parameters of type AbstractDataComponent | |
---|---|
void |
ConfigurationManager.initWithDefaults(AbstractDataComponent dataComponent)
Initialize a data component with the default values. |
Uses of AbstractDataComponent in de.cau.cs.kieler.sim.kiem.execution |
---|
Constructors in de.cau.cs.kieler.sim.kiem.execution with parameters of type AbstractDataComponent | |
---|---|
ObserverExecution(AbstractDataComponent dataComponentParam,
Execution parentParam)
Instantiates a new observer execution worker thread. |
|
ProducerExecution(AbstractDataComponent dataComponentParam,
Execution parentParam)
Instantiates a new producer execution worker thread. |
Uses of AbstractDataComponent in de.cau.cs.kieler.sim.kiem.internal |
---|
Methods in de.cau.cs.kieler.sim.kiem.internal that return AbstractDataComponent | |
---|---|
AbstractDataComponent |
DataComponentWrapper.getDataComponent()
Gets the contained DataComponent. |
Constructors in de.cau.cs.kieler.sim.kiem.internal with parameters of type AbstractDataComponent | |
---|---|
DataComponentWrapper(AbstractDataComponent componentParam)
Instantiates a new DataComponentWrapper wrapping a DataComponent. |
Uses of AbstractDataComponent in de.cau.cs.kieler.sim.kiem.ui |
---|
Methods in de.cau.cs.kieler.sim.kiem.ui that return types with arguments of type AbstractDataComponent | |
---|---|
List<AbstractDataComponent> |
AddDataComponentDialog.getSelectedComponents()
Gets the selected components. |
Methods in de.cau.cs.kieler.sim.kiem.ui with parameters of type AbstractDataComponent | |
---|---|
boolean |
AddDataComponentDialog.checkMultipleInstanceOk(AbstractDataComponent component)
Check if multiple instances of a DataComponent are okay and if not check if there already is another instance in the original DataComponentWrapperList. |
Method parameters in de.cau.cs.kieler.sim.kiem.ui with type arguments of type AbstractDataComponent | |
---|---|
void |
AddDataComponentDialog.setComponentList(List<AbstractDataComponent> dataComponents)
Sets the component list. |
Uses of AbstractDataComponent in de.cau.cs.kieler.sim.syncsignalreset |
---|
Subclasses of AbstractDataComponent in de.cau.cs.kieler.sim.syncsignalreset | |
---|---|
class |
DataComponent
The class DataComponent implements the KIEM Extension Point. |
Uses of AbstractDataComponent in de.cau.cs.kieler.sim.table |
---|
Subclasses of AbstractDataComponent in de.cau.cs.kieler.sim.table | |
---|---|
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 AbstractDataComponent in de.cau.cs.kieler.sim.trace |
---|
Subclasses of AbstractDataComponent 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 AbstractDataComponent in de.cau.cs.kieler.synccharts.sim.ptolemy |
---|
Subclasses of AbstractDataComponent in de.cau.cs.kieler.synccharts.sim.ptolemy | |
---|---|
class |
SyncchartsSimDataComponent
The class SimpleRailCtrl DataComponent implements a KIELER Execution Manager DataComponent. |
Uses of AbstractDataComponent in de.cau.cs.kieler.synccharts.viewmanagement |
---|
Subclasses of AbstractDataComponent in de.cau.cs.kieler.synccharts.viewmanagement | |
---|---|
class |
StateActivityObserver
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |