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

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

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

Methods in org.eclipse.gmt.modisco.infra.role that return RoleAttribute
 RoleAttribute RoleFactory.createRoleAttribute()
          Returns a new object of class 'Attribute'.
 

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

Classes in org.eclipse.gmt.modisco.infra.role.impl that implement RoleAttribute
 class RoleAttributeImpl
          An implementation of the model object 'Attribute'.
 

Methods in org.eclipse.gmt.modisco.infra.role.impl that return RoleAttribute
 RoleAttribute RoleFactoryImpl.createRoleAttribute()
           
 

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

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