Packages | Classes

Package de.fraunhofer.isst.axbench.operations.simulator

Packages

package  elements
package  eventlistener
package  events
package  filter
package  valuestorage

Classes

class  EventFileReader
 An event file reader reads input scenarios from a csv-file and generates the corresponding port events for the simulation. More...
class  JavaCodeWriter
class  ServiceCodeGenerator
 The ServiceCodeGenerator reads an aXLang model and writes the execution statements of the services into the class ServiceExecutor. The latter is used by the simulator to run the services. More...
class  ServiceScriptGenerator
 The ServiceScriptGenerator reads an aXLang model and writes the execution statements of the services into a Groovy script. More...
class  SimulationDialog
class  SimulationModelBuilder
 builds a simulation model of an aXLang-model More...
class  Simulator
 Implementation of the AXL-Operation interface and the eclipse command interface to invoke the SimulatorImplementation. More...
class  SimulatorImplementation
 The Simulator simulates the application model of the provided aXlang-model. More...