Uses of Interface
de.cau.cs.kieler.sim.kiem.automated.IAutomatedComponent

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

Subinterfaces of IAutomatedComponent in de.cau.cs.kieler.sim.kiem.automated
 interface IAutomatedProducer
          DataComponents implementing this interface will be asked to respond to requests for information about the execution run.
 

Classes in de.cau.cs.kieler.sim.kiem.automated that implement IAutomatedComponent
 class AbstractAutomatedComponent
          Default implementation of an automated component.
 class AbstractAutomatedProducer
          This is the default implementation of an automated producer.
 

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

Classes in de.cau.cs.kieler.sim.kiem.automated.data that implement IAutomatedComponent
 class AutoTestComponent
          This class is just for testing the automated execution feature.
 

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

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

Uses of IAutomatedComponent in de.cau.cs.kieler.synccharts.sim.sc
 

Classes in de.cau.cs.kieler.synccharts.sim.sc that implement IAutomatedComponent
 class SCDataComponent
          This is the data component to handle the communication between KIEM and the external SC-Program.