Uses of Interface
modhelxs.ecore.ModelOfComputation

Packages that use ModelOfComputation
modhelxs.abstractsemantics   
modhelxs.ecore   
modhelxs.mocs.de   
modhelxs.mocs.sdf   
modhelxs.mocs.tfsm   
 

Uses of ModelOfComputation in modhelxs.abstractsemantics
 

Classes in modhelxs.abstractsemantics that implement ModelOfComputation
 class ModelOfComputation<T extends Comparable<? super T>>
          A ModelOfComputation models the rules for combining the behavior of the blocks in a structure.
 class ModelOfComputationImpl<T extends Comparable<? super T>>
          Common default implementation of a model of computation features.
 

Uses of ModelOfComputation in modhelxs.ecore
 

Methods in modhelxs.ecore that return ModelOfComputation
 ModelOfComputation Model.getMoC()
           
 

Uses of ModelOfComputation in modhelxs.mocs.de
 

Classes in modhelxs.mocs.de that implement ModelOfComputation
 class AbstractDEMoC
          AbstractDEMoC declares the common abstract semantics of Discrete Events MoCs.
 class DEMoC
          DEMoC implements a Discrete Events MoCs.
 

Uses of ModelOfComputation in modhelxs.mocs.sdf
 

Classes in modhelxs.mocs.sdf that implement ModelOfComputation
 class SDFMoC
           
 

Uses of ModelOfComputation in modhelxs.mocs.tfsm
 

Classes in modhelxs.mocs.tfsm that implement ModelOfComputation
 class TFSMMoC