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

Packages that use IJSONStringDataComponent
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.table This package contains the basic activator class and the observer and producer DataComponent of the data table (view). 
 

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

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

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

Classes in de.cau.cs.kieler.sim.table that implement IJSONStringDataComponent
 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.