Uses of Class
modhelxs.abstractsemantics.ModelOfComputation

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

Uses of ModelOfComputation in modhelxs.abstractsemantics
 

Subclasses of ModelOfComputation in modhelxs.abstractsemantics
 class ModelOfComputationImpl<T extends Comparable<? super T>>
          Common default implementation of a model of computation features.
 

Fields in modhelxs.abstractsemantics declared as ModelOfComputation
private  ModelOfComputation<T> Model.moc_
          The model of computation of this model.
private  ModelOfComputation<?> Token.owner_
          The model of computation that knows the value of this token.
 

Methods in modhelxs.abstractsemantics that return ModelOfComputation
abstract  ModelOfComputation<?> ObservableEntity.getMoC()
          Return the model of computation in which this entity is observed.
 ModelOfComputation<T> Model.getMoC()
           
 ModelOfComputation<?> Block.getMoC()
          Get the ModelOfComputation according to which this Block is executed.
 ModelOfComputation<?> Token.getOwner()
          Get the model of computation in which this token is valid.
 

Constructors in modhelxs.abstractsemantics with parameters of type ModelOfComputation
Model(java.lang.String name, ModelOfComputation<T> moc, BlockStructure s, java.lang.Object... properties)
          Build a new model.
Model(java.lang.String name, ModelOfComputation<T> moc, java.lang.Object... properties)
          Build a model, automatically creating the corresponding block structure.
Token(ModelOfComputation<?> owner)
          Build a new token, valid in a model of computation.
 

Uses of ModelOfComputation in modhelxs.mocs.de
 

Subclasses of ModelOfComputation in modhelxs.mocs.de
 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
 

Subclasses of ModelOfComputation in modhelxs.mocs.sdf
 class SDFMoC
           
 

Uses of ModelOfComputation in modhelxs.mocs.tfsm
 

Subclasses of ModelOfComputation in modhelxs.mocs.tfsm
 class TFSMMoC