Uses of Class
modhelxs.abstractsemantics.Model

Packages that use Model
demos.powerwindow.models   
demos.semantic_adaptation   
modhelxs.abstractsemantics   
modhelxs.mocs.tfsm   
modhelxs.state_management   
 

Uses of Model in demos.powerwindow.models
 

Subclasses of Model in demos.powerwindow.models
 class WindowController
          The controller of the power window.
 class WindowModel
          The model of the mechanical part of the window.
 

Uses of Model in demos.semantic_adaptation
 

Constructors in demos.semantic_adaptation with parameters of type Model
DE_SDF_DumbInterfaceBlock(java.lang.String name, Model<Unit> internalModel, java.lang.Object... properties)
           
DE_SDF_InterfaceBlock(java.lang.String name, Model<Unit> internalModel, java.lang.Object... properties)
           
DE_SDF_LinInterpolator(java.lang.String name, Model<Unit> internalModel, java.lang.Object... properties)
           
DE_TFSM_InterfaceBlock(java.lang.String name, Model<java.lang.Double> model, java.lang.Object... properties)
           
 

Uses of Model in modhelxs.abstractsemantics
 

Fields in modhelxs.abstractsemantics declared as Model
private  Model<?> InterfaceBlock.internal_
          The internal model of this interface block.
private  Model<?> BlockStructure.model_
          The model this structure belongs to.
private  Model<?> Engine.rootModel_
          The root model of this engine.
 

Methods in modhelxs.abstractsemantics that return Model
 Model<?> InterfaceBlock.getInternalModel()
           
 Model<?> BlockStructure.getModel()
           
 

Methods in modhelxs.abstractsemantics with parameters of type Model
abstract  Relation ObservableEntity.connectFromModel(Model<?> model, Pin other, Pin mine)
          Connect pin other of Model model to my pin mine.
 Relation Model.connectFromModel(Model<?> model, Pin other, Pin mine)
          Connect pin other of Model model to my pin mine.
 Relation InterfaceBlock.connectFromModel(Model<?> model, Pin other, Pin mine)
          Connect pin other of Model model to my pin mine.
 Relation Block.connectFromModel(Model<?> model, Pin other, Pin mine)
          Connect pin other of Model model to my pin mine.
 void BlockStructure.setModel(Model<?> model_)
          Set the model this structure belongs to.
 

Constructors in modhelxs.abstractsemantics with parameters of type Model
Engine(java.lang.String name, Model<?> root)
          Build a new execution engine, with name name, and root model root.
InterfaceBlock(java.lang.String name, Model<?> model, java.lang.Object... properties)
           
 

Uses of Model in modhelxs.mocs.tfsm
 

Fields in modhelxs.mocs.tfsm declared as Model
protected  Model<java.lang.Double> TFSMMoC.state_machine_
           
 

Uses of Model in modhelxs.state_management
 

Constructors in modhelxs.state_management with parameters of type Model
ManagedInterfaceBlock(java.lang.String name, Model<?> model, java.lang.Object... properties)
           
PlainManagedInterfaceBlock(java.lang.String name, Model<?> model, java.lang.Object... properties)
           
TimedManagedInterfaceBlock(java.lang.Class<T> clockType, TagCalculus<T> tcalc, java.lang.Class<I> internalClockType, TagCalculus<I> itcalc, java.lang.String name, Model<?> model, java.lang.Object... properties)
          Create a TimedManagedInterfaceBlock with of clock of type T.