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

Packages that use KiemExecutionException
de.cau.cs.kieler.kaom.sim.ptolemy   
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.kies.transformation Contains code responsible for executing a esterel to synccharts transformation. 
de.cau.cs.kieler.klots.kiemdatacomponents KLOTS KIEM data component classes. 
de.cau.cs.kieler.kvid.dataprovider Package holding classes responsible for receiving data. 
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.kiem.ui.datacomponent   
de.cau.cs.kieler.sim.kivi   
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.sim.validator   
de.cau.cs.kieler.sj.test   
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.uml2.sim.kiem   
 

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

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

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.kies.transformation
 

Methods in de.cau.cs.kieler.kies.transformation that throw KiemExecutionException
protected  void AbstractTransformationDataComponent.finished()
          mark this transformation finished and throw a new KiemExecutionException in order to terminate the current execution.
 JSONObject AbstractTransformationDataComponent.step(JSONObject arg0)
          Step method for a DataObserver and a DataPrroducer.
 JSONObject SyncChartsOptimizationDataComponent.step(JSONObject arg0)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of KiemExecutionException in de.cau.cs.kieler.klots.kiemdatacomponents
 

Methods in de.cau.cs.kieler.klots.kiemdatacomponents that throw KiemExecutionException
 JSONObject KlotsEditorNXTDataObserver.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 JSONObject NXTDataDistributor.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 

Uses of KiemExecutionException in de.cau.cs.kieler.kvid.dataprovider
 

Methods in de.cau.cs.kieler.kvid.dataprovider that throw KiemExecutionException
 JSONObject KiemCsvDataProvider.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 JSONObject KiemDataProvider.step(JSONObject jSONObject)
          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.doStep(JSONObject jSONObject)
          Implements the real step method for this simulation datacomponent.
 

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.kiem.ui.datacomponent
 

Methods in de.cau.cs.kieler.sim.kiem.ui.datacomponent that throw KiemExecutionException
 JSONObject JSONObjectSimulationDataComponent.doStep(JSONObject jSONObject)
          Implements the real step method for this simulation datacomponent.
 JSONObject JSONObjectSimulationDataComponent.step(JSONObject jSONObject)
           
 

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

Methods in de.cau.cs.kieler.sim.kivi that throw KiemExecutionException
 JSONObject KiViDataComponent.step(JSONObject jSONObject)
          Step method for a DataObserver and a DataPrroducer.
 JSONObject StateMachineKiViDataComponent.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.doStep(JSONObject input)
          Implements the real step method for this simulation datacomponent.
 JSONObject TraceValidator.doStep(JSONObject input)
          Implements the real step method for this simulation datacomponent.
 

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

Methods in de.cau.cs.kieler.sim.validator that throw KiemExecutionException
 JSONObject InputDataComponent.step(JSONObject jSONObject)
           
 JSONObject OutputDataComponent.step(JSONObject jSONObject)
           
 

Uses of KiemExecutionException in de.cau.cs.kieler.sj.test
 

Methods in de.cau.cs.kieler.sj.test that throw KiemExecutionException
 JSONObject SJValidationSimulatorDataComponent.step(JSONObject jSONObject)
           
 

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

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

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.doStep(JSONObject jSONObject)
          Implements the real step method for this simulation datacomponent.
 

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

Methods in de.cau.cs.kieler.uml2.sim.kiem that throw KiemExecutionException
 JSONObject DataComponent.doStep(JSONObject signals)
           
 JSONObject DataComponentModelCheck.doStep(JSONObject signals)
           
 JSONObject DataComponentSim.doStep(JSONObject signals)
           
 void DataComponentModelCheck.writeAndReloadSelectedEvents(JSONObject signals)