Uses of Interface
modhelxs.ecore.BlockStructure

Packages that use BlockStructure
modhelxs.abstractsemantics   
modhelxs.ecore   
modhelxs.util   
 

Uses of BlockStructure in modhelxs.abstractsemantics
 

Classes in modhelxs.abstractsemantics that implement BlockStructure
 class BlockStructure
          A BlockStructure is a set of blocks with relations between their pins.
 

Uses of BlockStructure in modhelxs.ecore
 

Methods in modhelxs.ecore that return BlockStructure
 BlockStructure Block.getParent()
          Get the block structure this block belongs to.
 BlockStructure Model.getStructure()
           
 

Uses of BlockStructure in modhelxs.util
 

Fields in modhelxs.util declared as BlockStructure
private  BlockStructure BlockStructureNavHelper.structure_
          The structure in which we navigate.
 

Constructors in modhelxs.util with parameters of type BlockStructure
BlockStructureNavHelper(BlockStructure s, RelationFilter filter)
          Build a new navigation helper for a block structure, filtering out relations according to a filter.