Uses of Interface
modhelxs.ecore.InterfaceBlock

Packages that use InterfaceBlock
demos.semantic_adaptation   
modhelxs.abstractsemantics   
modhelxs.ecore   
modhelxs.state_management   
 

Uses of InterfaceBlock in demos.semantic_adaptation
 

Classes in demos.semantic_adaptation that implement InterfaceBlock
 class DE_SDF_DumbInterfaceBlock
          A dumb interface block between DE and SDF.
 class DE_SDF_InterfaceBlock
          An interface block between DE and SDF which takes care of adapting data, time and control between the two MoCs.
 class DE_SDF_LinInterpolator
          This is a special interface block (IB) between DE and SDF that can react to threshold crossing on the outputs of its internal SDF model.
 class DE_TFSM_InterfaceBlock
          This DE/TFSM interface block implements decoding input DE events to TFSM input symbols and encoding TFSM output symbols into DE events.
 

Uses of InterfaceBlock in modhelxs.abstractsemantics
 

Classes in modhelxs.abstractsemantics that implement InterfaceBlock
 class InterfaceBlock
          An InterfaceBlock is a special kind of Block.
 

Uses of InterfaceBlock in modhelxs.ecore
 

Methods in modhelxs.ecore that return InterfaceBlock
 InterfaceBlock Model.getParent()
           
 

Uses of InterfaceBlock in modhelxs.state_management
 

Classes in modhelxs.state_management that implement InterfaceBlock
 class ManagedInterfaceBlock
          An InterfaceBlock with default management for state changes.
 class PlainManagedInterfaceBlock
          An implementation of the ManagedInterfaceBlock for untimed IB.
 class TimedManagedInterfaceBlock<T extends Comparable<T>,I extends Comparable<I>>
          An implementation of the ManagedInterfaceBlock for timed IB.