Uses of Interface
org.eclipse.gmt.modisco.infra.role.RoleReference

Packages that use RoleReference
org.eclipse.gmt.modisco.infra.role   
org.eclipse.gmt.modisco.infra.role.impl   
org.eclipse.gmt.modisco.infra.role.util   
 

Uses of RoleReference in org.eclipse.gmt.modisco.infra.role
 

Methods in org.eclipse.gmt.modisco.infra.role that return RoleReference
 RoleReference RoleFactory.createRoleReference()
          Returns a new object of class 'Reference'.
 

Uses of RoleReference in org.eclipse.gmt.modisco.infra.role.impl
 

Classes in org.eclipse.gmt.modisco.infra.role.impl that implement RoleReference
 class RoleReferenceImpl
          An implementation of the model object 'Reference'.
 

Methods in org.eclipse.gmt.modisco.infra.role.impl that return RoleReference
 RoleReference RoleFactoryImpl.createRoleReference()
           
 

Uses of RoleReference in org.eclipse.gmt.modisco.infra.role.util
 

Methods in org.eclipse.gmt.modisco.infra.role.util with parameters of type RoleReference
 T RoleSwitch.caseRoleReference(RoleReference object)
          Returns the result of interpreting the object as an instance of 'Reference'.