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

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

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

Methods in org.eclipse.gmt.modisco.infra.facet that return FacetAttribute
 FacetAttribute FacetFactory.createFacetAttribute()
          Returns a new object of class 'Attribute'.
 

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

Classes in org.eclipse.gmt.modisco.infra.facet.impl that implement FacetAttribute
 class FacetAttributeImpl
          An implementation of the model object 'Attribute'.
 

Methods in org.eclipse.gmt.modisco.infra.facet.impl that return FacetAttribute
 FacetAttribute FacetFactoryImpl.createFacetAttribute()
           
 

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

Methods in org.eclipse.gmt.modisco.infra.facet.util with parameters of type FacetAttribute
 T FacetSwitch.caseFacetAttribute(FacetAttribute object)
          Returns the result of interpreting the object as an instance of 'Attribute'.