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

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

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

Methods in org.eclipse.gmt.modisco.infra.role that return RoleSet
 RoleSet RoleFactory.createRoleSet()
          Returns a new object of class 'Set'.
 

Uses of RoleSet in org.eclipse.gmt.modisco.infra.role.core
 

Methods in org.eclipse.gmt.modisco.infra.role.core that return RoleSet
 RoleSet RoleSetCatalog.getDefaultRoleSet(EPackage ePackage)
           
 RoleSet RoleSetCatalog.getRoleSet(java.lang.String name)
          This method returns the role set of the resource having for name the "name" parameter value.
 

Methods in org.eclipse.gmt.modisco.infra.role.core that return types with arguments of type RoleSet
 java.util.Collection<RoleSet> RoleSetCatalog.getAllRoleSets()
          This methods returns the role sets of all the resources contained in the catalog.
 java.util.HashMap<EPackage,RoleSet> RoleSetCatalog.getEPackageToDefaultRoleSetMap()
           
 

Methods in org.eclipse.gmt.modisco.infra.role.core with parameters of type RoleSet
 void RoleContext.addRoleSet(RoleSet roleSet)
           
 

Method parameters in org.eclipse.gmt.modisco.infra.role.core with type arguments of type RoleSet
 void RoleContext.addAll(java.util.Collection<RoleSet> allRoleSets)
           
 

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

Classes in org.eclipse.gmt.modisco.infra.role.impl that implement RoleSet
 class RoleSetImpl
          An implementation of the model object 'Set'.
 

Methods in org.eclipse.gmt.modisco.infra.role.impl that return RoleSet
 RoleSet RoleFactoryImpl.createRoleSet()
           
 

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

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