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

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

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

Methods in org.eclipse.gmt.modisco.infra.facet that return FacetReference
 FacetReference FacetFactory.createFacetReference()
          Returns a new object of class 'Reference'.
 

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

Classes in org.eclipse.gmt.modisco.infra.facet.impl that implement FacetReference
 class FacetReferenceImpl
          An implementation of the model object 'Reference'.
 

Methods in org.eclipse.gmt.modisco.infra.facet.impl that return FacetReference
 FacetReference FacetFactoryImpl.createFacetReference()
           
 

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

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