Uses of Interface
modhelxs.ecore.Model

Packages that use Model
demos.powerwindow.models   
modhelxs.abstractsemantics   
modhelxs.ecore   
 

Uses of Model in demos.powerwindow.models
 

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

Uses of Model in modhelxs.abstractsemantics
 

Classes in modhelxs.abstractsemantics that implement Model
 class Model<T extends Comparable<? super T>>
          A Model describes a behavior by the combination of the behavior of the blocks of a structure according to a model of computation.
 

Uses of Model in modhelxs.ecore
 

Methods in modhelxs.ecore that return Model
 Model InterfaceBlock.getInternalModel()
          Get the internal model of this interface block.
 Model BlockStructure.getModel()
          Get the model this structure belongs to.