Uses of Class
modhelxs.abstractsemantics.Engine

Packages that use Engine
modhelxs.abstractsemantics   
modhelxs.mocs.tfsm   
modhelxs.simulation   
 

Uses of Engine in modhelxs.abstractsemantics
 

Fields in modhelxs.abstractsemantics declared as Engine
private  Engine Model.engine_
          The execution engine in charge of the execution of this model (cached value).
 

Methods in modhelxs.abstractsemantics that return Engine
 Engine Model.getEngine()
          Get the execution engine which is in charge of executing this model.
 Engine Block.getEngine()
          Get the execution Engine by which this block is executed.
 

Methods in modhelxs.abstractsemantics with parameters of type Engine
 void Model.setEngine(Engine e)
           
 

Uses of Engine in modhelxs.mocs.tfsm
 

Fields in modhelxs.mocs.tfsm declared as Engine
protected  Engine TFSMMoC.exec_engine_
           
 

Uses of Engine in modhelxs.simulation
 

Fields in modhelxs.simulation declared as Engine
protected  Engine DrivingClock.listener_
          The execution engine which is waiting on this clock.
 

Methods in modhelxs.simulation with parameters of type Engine
 void DrivingClock.setListener(Engine e)
          Set the execution engine which is driven by this clock.