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

Packages that use KiemExecutionException
de.cau.cs.kieler.esterel.cec.sim Simulation of Esterel files using the CEC. 
de.cau.cs.kieler.kev.extension.dataobserver The DataobserverPackage contains examples for the comunication between KEV-Plugin and KIEM-Execution-Manager. 
de.cau.cs.kieler.krep.sim Connection between execution manager in KIELER an Kiel reactive processors. 
de.cau.cs.kieler.sim.esi   
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.automated.data This package contains the data storing classes of the KiemAuto. 
de.cau.cs.kieler.sim.kiem.config.data This package contains the data storing classes for all managers. 
de.cau.cs.kieler.sim.syncsignalreset This package contains the observer/producer DataComponent of the synchronous signal resetter. 
de.cau.cs.kieler.sim.trace   
de.cau.cs.kieler.synccharts.sim.ptolemy   
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. 
de.cau.cs.kieler.synccharts.viewmanagement   
 

Uses of KiemExecutionException in de.cau.cs.kieler.esterel.cec.sim
 

Methods in de.cau.cs.kieler.esterel.cec.sim that throw KiemExecutionException
 JSONObject DataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of KiemExecutionException in de.cau.cs.kieler.kev.extension.dataobserver
 

Methods in de.cau.cs.kieler.kev.extension.dataobserver that throw KiemExecutionException
 JSONObject Backhoe.step(JSONObject jSONObject)
           
 JSONObject Elevator.step(JSONObject jSONObject)
           
 JSONObject Example_01.step(JSONObject JSONobject)
           
 JSONObject Example_02.step(JSONObject JSONobject)
           
 JSONObject KEVExampleDataProducer.step(JSONObject JSONobject)
          Step method, where JSON-Values are created.
 

Uses of KiemExecutionException in de.cau.cs.kieler.krep.sim
 

Methods in de.cau.cs.kieler.krep.sim that throw KiemExecutionException
 JSONObject DataComponent.step(JSONObject data)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of KiemExecutionException in de.cau.cs.kieler.sim.esi
 

Methods in de.cau.cs.kieler.sim.esi that throw KiemExecutionException
 JSONObject EsoComponent.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 

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

Methods in de.cau.cs.kieler.sim.kiem that throw KiemExecutionException
 JSONObject IJSONObjectDataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 String IJSONStringDataComponent.step(String jSONString)
          Step method for a DataObserver and a DataProducer.
 

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

Methods in de.cau.cs.kieler.sim.kiem.automated.data that throw KiemExecutionException
 JSONObject AutoTestComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of KiemExecutionException in de.cau.cs.kieler.sim.kiem.config.data
 

Methods in de.cau.cs.kieler.sim.kiem.config.data that throw KiemExecutionException
 JSONObject ConfigDataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of KiemExecutionException in de.cau.cs.kieler.sim.syncsignalreset
 

Methods in de.cau.cs.kieler.sim.syncsignalreset that throw KiemExecutionException
 JSONObject DataComponent.step(JSONObject allDataIn)
          Step method for a DataObserver and a DataPrroducer.
 

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

Methods in de.cau.cs.kieler.sim.trace that throw KiemExecutionException
 JSONObject TraceReader.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 JSONObject TraceValidator.step(JSONObject input)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of KiemExecutionException in de.cau.cs.kieler.synccharts.sim.ptolemy
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy that throw KiemExecutionException
 void ExecutePtolemyModel.executionStep()
          Trigger the execution to perform another step.
 JSONObject SyncchartsSimDataComponent.step(JSONObject jSONObject)
           
 

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

Methods in de.cau.cs.kieler.synccharts.sim.sc that throw KiemExecutionException
 JSONObject SCDataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of KiemExecutionException in de.cau.cs.kieler.synccharts.viewmanagement
 

Methods in de.cau.cs.kieler.synccharts.viewmanagement that throw KiemExecutionException
 JSONObject SimpleHighlighter.step(JSONObject data)
          Step method for a DataObserver and a DataPrroducer.
 JSONObject StateActivityObserver.step(JSONObject data)