Package org.eclipse.epf.uma
Interface ProcessComponentDescriptor
- All Superinterfaces:
BreakdownElement,Classifier,DescribableElement,Descriptor,Element,org.eclipse.emf.ecore.EObject,MethodElement,NamedElement,org.eclipse.emf.common.notify.Notifier,PackageableElement,ProcessElement,Type
- All Known Implementing Classes:
ProcessComponentDescriptorImpl
public interface ProcessComponentDescriptor extends Descriptor
A representation of the model object 'Process Component Descriptor'.
A Process Component Descriptor represents a Process Component application in a Process, i.e. the breakdown structure defining the Process. The Process Component Descriptor is used to encapsulate the details of the component in a breakdown structure and to provide its own set of relationships such as it own predecessors and successors.
The following features are supported:
-
Method Summary
Modifier and Type Method Description ProcessComponentget_processComponent()Returns the value of the 'process Component' reference.voidset_processComponent(ProcessComponent value)Sets the value of the 'process Component' reference.Methods inherited from interface org.eclipse.epf.uma.BreakdownElement
getChecklists, getConcepts, getEstimationconsiderations, getExamples, getGuidelines, getHasMultipleOccurrences, getIsOptional, getIsPlanned, getPlanningData, getPrefix, getPresentedAfter, getPresentedBefore, getReports, getReusableAssets, getSuperActivities, getSupportingMaterials, getTemplates, getToolmentor, setHasMultipleOccurrences, setIsOptional, setIsPlanned, setPlanningData, setPrefix, setPresentedAfter, setPresentedBefore, setSuperActivitiesMethods inherited from interface org.eclipse.epf.uma.Classifier
getIsAbstract, setIsAbstractMethods inherited from interface org.eclipse.epf.uma.DescribableElement
getNodeicon, getPresentation, getShapeicon, setNodeicon, setPresentation, setShapeiconMethods inherited from interface org.eclipse.epf.uma.Descriptor
getGuidanceAdditional, getGuidanceExclude, getIsSynchronizedWithSource, setIsSynchronizedWithSourceMethods 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, eSetDeliver
-
Method Details
-
get_processComponent
ProcessComponent get_processComponent()Returns the value of the 'process Component' reference.- Returns:
- the value of the 'process Component' reference.
- See Also:
set_processComponent(ProcessComponent),UmaPackage.getProcessComponentDescriptor__processComponent()
-
set_processComponent
Sets the value of the 'process Component' reference.- Parameters:
value- the new value of the 'process Component' reference.- See Also:
get_processComponent()
-