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

Packages that use KiemMasterException
de.cau.cs.kieler.sim.kiem.internal This package contains internal classes of KIEM. 
 

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

Methods in de.cau.cs.kieler.sim.kiem.internal that throw KiemMasterException
 void AbstractDataComponent.masterCommand(int command)
          If this is component is a master it can control the execution using this method.
 int AbstractDataComponent.masterGetAimedStepDuration()
          If this component is a master it can get the aimed step duration.
 boolean AbstractDataComponent.masterIsPaused()
          If this component is a master it can detect whether the execution is currently paused.
 boolean AbstractDataComponent.masterIsRunning()
          If this component is a master it can detect whether the execution is currently running.
 void AbstractDataComponent.masterSetAimedStepDuration(int aimedStepDuration)
          If this component is a master it can set the aimed step duration.