Uses of Class
de.cau.cs.kieler.sim.kiem.automated.AbstractAutomatedComponent

Packages that use AbstractAutomatedComponent
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.trace   
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 AbstractAutomatedComponent in de.cau.cs.kieler.sim.kiem.automated
 

Subclasses of AbstractAutomatedComponent in de.cau.cs.kieler.sim.kiem.automated
 class AbstractAutomatedProducer
          This is the default implementation of an automated producer.
 

Uses of AbstractAutomatedComponent in de.cau.cs.kieler.sim.kiem.automated.data
 

Subclasses of AbstractAutomatedComponent in de.cau.cs.kieler.sim.kiem.automated.data
 class AutoTestComponent
          This class is just for testing the automated execution feature.
 

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

Subclasses of AbstractAutomatedComponent 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 AbstractAutomatedComponent in de.cau.cs.kieler.synccharts.sim.sc
 

Subclasses of AbstractAutomatedComponent 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.