Uses of Interface
org.eclipse.gmt.modisco.infra.facet.FacetStructuralFeature

Packages that use FacetStructuralFeature
org.eclipse.gmt.modisco.infra.facet   
org.eclipse.gmt.modisco.infra.facet.impl   
org.eclipse.gmt.modisco.infra.facet.util   
 

Uses of FacetStructuralFeature in org.eclipse.gmt.modisco.infra.facet
 

Subinterfaces of FacetStructuralFeature in org.eclipse.gmt.modisco.infra.facet
 interface FacetAttribute
          A representation of the model object 'Attribute'.
 interface FacetReference
          A representation of the model object 'Reference'.
 

Uses of FacetStructuralFeature in org.eclipse.gmt.modisco.infra.facet.impl
 

Classes in org.eclipse.gmt.modisco.infra.facet.impl that implement FacetStructuralFeature
 class FacetAttributeImpl
          An implementation of the model object 'Attribute'.
 class FacetReferenceImpl
          An implementation of the model object 'Reference'.
 class FacetStructuralFeatureImpl
          An implementation of the model object 'Structural Feature'.
 

Uses of FacetStructuralFeature in org.eclipse.gmt.modisco.infra.facet.util
 

Methods in org.eclipse.gmt.modisco.infra.facet.util with parameters of type FacetStructuralFeature
 T FacetSwitch.caseFacetStructuralFeature(FacetStructuralFeature object)
          Returns the result of interpreting the object as an instance of 'Structural Feature'.