Package org.eclipse.epf.uma
Interface RoleSetGrouping
- All Superinterfaces:
Classifier,ContentCategory,ContentElement,DescribableElement,Element,org.eclipse.emf.ecore.EObject,MethodElement,NamedElement,org.eclipse.emf.common.notify.Notifier,PackageableElement,Type,VariabilityElement
- All Known Implementing Classes:
RoleSetGroupingImpl
public interface RoleSetGrouping extends ContentCategory
A representation of the model object 'Role Set Grouping'.
Role Sets can be categorized into Role Set Groupings. For example, different methods might define similar Role Sets, which however need to be distinguished from each other on a global scale. Thus, Role Set Groupings allow distinguishing, for example, Software Services Manager Role Sets from Software Development Organization Manager Role Sets.
The following features are supported:
- See Also:
UmaPackage.getRoleSetGrouping()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<RoleSet>getRoleSets()Returns the value of the 'Role Sets' reference list.Methods inherited from interface org.eclipse.epf.uma.Classifier
getIsAbstract, setIsAbstractMethods inherited from interface org.eclipse.epf.uma.ContentElement
getAssets, getChecklists, getConceptsAndPapers, getExamples, getGuidelines, getSupportingMaterials, getTermdefinitionMethods inherited from interface org.eclipse.epf.uma.DescribableElement
getNodeicon, getPresentation, getShapeicon, setNodeicon, setPresentation, setShapeiconMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressedMethods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.epf.uma.VariabilityElement
getVariabilityBasedOnElement, getVariabilityType, setVariabilityBasedOnElement, setVariabilityType
-
Method Details
-
getRoleSets
org.eclipse.emf.common.util.EList<RoleSet> getRoleSets()Returns the value of the 'Role Sets' reference list. The list contents are of typeRoleSet.- Returns:
- the value of the 'Role Sets' reference list.
- See Also:
UmaPackage.getRoleSetGrouping_RoleSets()
-