Package org.eclipse.epf.uma
Interface ProcessFamily
- All Superinterfaces:
Element
,org.eclipse.emf.ecore.EObject
,MethodConfiguration
,MethodElement
,MethodUnit
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
ProcessFamilyImpl
public interface ProcessFamily extends MethodConfiguration
A representation of the model object 'Process Family'.
A Delivery Model Family is a convenient grouping of Delivery Processes and Capability Patterns of interest to some specific user community.
The following features are supported:
- See Also:
UmaPackage.getProcessFamily()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<DeliveryProcess>
getDeliveryProcesses()
Returns the value of the 'Delivery Processes' reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.epf.uma.MethodConfiguration
getAddedCategory, getBaseConfigurations, getDefaultView, getMethodPackageSelection, getMethodPluginSelection, getProcessViews, getSubtractedCategory, setDefaultView
Methods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.MethodUnit
getAuthors, getChangeDate, getChangeDescription, getCopyrightStatement, getVersion, setAuthors, setChangeDate, setChangeDescription, setCopyrightStatement, setVersion
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDeliveryProcesses
org.eclipse.emf.common.util.EList<DeliveryProcess> getDeliveryProcesses()Returns the value of the 'Delivery Processes' reference list. The list contents are of typeDeliveryProcess
.- Returns:
- the value of the 'Delivery Processes' reference list.
- See Also:
UmaPackage.getProcessFamily_DeliveryProcesses()
-