Uses of Interface
org.eclipse.ohf.stem.definitions.nodes.Region

Packages that use Region
org.eclipse.ohf.stem.definitions.nodes   
org.eclipse.ohf.stem.definitions.nodes.impl   
org.eclipse.ohf.stem.definitions.nodes.util   
 

Uses of Region in org.eclipse.ohf.stem.definitions.nodes
 

Methods in org.eclipse.ohf.stem.definitions.nodes that return Region
 Region NodesFactory.createRegion()
          Returns a new object of class 'Region'.
 

Uses of Region in org.eclipse.ohf.stem.definitions.nodes.impl
 

Classes in org.eclipse.ohf.stem.definitions.nodes.impl that implement Region
 class RegionImpl
          An implementation of the model object 'Region'.
 

Methods in org.eclipse.ohf.stem.definitions.nodes.impl that return Region
 Region NodesFactoryImpl.createRegion()
           
 

Uses of Region in org.eclipse.ohf.stem.definitions.nodes.util
 

Methods in org.eclipse.ohf.stem.definitions.nodes.util with parameters of type Region
 T NodesSwitch.caseRegion(Region object)
          Returns the result of interpretting the object as an instance of 'Region'.