Uses of Class
de.cau.cs.kieler.sim.kiem.KiemPlugin

Packages that use KiemPlugin
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.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.kiem.ui.views This package contains the KIEM view basic implementation of the table tree of DataComponents and KiemProperties together with needed label and content provider classes. 
 

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

Methods in de.cau.cs.kieler.sim.kiem that return KiemPlugin
static KiemPlugin KiemPlugin.getDefault()
          Returns the shared instance of the KIEM plug-in.
 

Uses of KiemPlugin in de.cau.cs.kieler.sim.kiem.execution
 

Constructors in de.cau.cs.kieler.sim.kiem.execution with parameters of type KiemPlugin
InitializeExecution(KiemPlugin kIEMInstanceParam)
          The constructor for initializing an execution.
 

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

Methods in de.cau.cs.kieler.sim.kiem.internal with parameters of type KiemPlugin
 void AbstractDataComponent.masterSetKIEMInstance(KiemPlugin kIEMInstanceParam)
          This method is called from the ExecutionManager only iff isMaster() returns true!

ATTENTION: At most ONE DataComponent can be a Master! This method SHOULD NOT be overridden!
 

Uses of KiemPlugin in de.cau.cs.kieler.sim.kiem.ui
 

Constructors in de.cau.cs.kieler.sim.kiem.ui with parameters of type KiemPlugin
AimedStepDurationTextField(KiemPlugin kIEMParam)
          Instantiates a new aimed step duration text field.
 

Uses of KiemPlugin in de.cau.cs.kieler.sim.kiem.ui.views
 

Methods in de.cau.cs.kieler.sim.kiem.ui.views that return KiemPlugin
 KiemPlugin KiemView.getKIEMInstance()
          Gets the kIEM instance.