Package org.eclipse.epf.uma
Interface ContentElement
- All Superinterfaces:
Classifier
,DescribableElement
,Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
,Type
,VariabilityElement
- All Known Subinterfaces:
Artifact
,Checklist
,Concept
,ContentCategory
,CustomCategory
,Deliverable
,Discipline
,DisciplineGrouping
,Domain
,EstimationConsiderations
,Example
,Guidance
,Guideline
,Kind
,Outcome
,Practice
,Report
,ReusableAsset
,Roadmap
,Role
,RoleSet
,RoleSetGrouping
,SupportingMaterial
,Task
,Template
,TermDefinition
,Tool
,ToolMentor
,Whitepaper
,WorkProduct
,WorkProductType
- All Known Implementing Classes:
ArtifactImpl
,ChecklistImpl
,ConceptImpl
,ContentCategoryImpl
,ContentElementImpl
,CustomCategoryImpl
,DeliverableImpl
,DisciplineGroupingImpl
,DisciplineImpl
,DomainImpl
,EstimationConsiderationsImpl
,ExampleImpl
,GuidanceImpl
,GuidelineImpl
,KindImpl
,OutcomeImpl
,PracticeImpl
,ReportImpl
,ReusableAssetImpl
,RoadmapImpl
,RoleImpl
,RoleSetGroupingImpl
,RoleSetImpl
,SupportingMaterialImpl
,TaskImpl
,TemplateImpl
,TermDefinitionImpl
,ToolImpl
,ToolMentorImpl
,WhitepaperImpl
,WorkProductImpl
,WorkProductTypeImpl
public interface ContentElement extends DescribableElement, VariabilityElement
A representation of the model object 'Content Element'.
Content Element is a Describable Element that represents an abstract generalization for all elements that are considered to be and managed as Method Content.
Content Elements represents reusable Method Content that is supposed to be managed in Content Packages. The separation of Content Element from Process Element allows to clearly distinguish between pure method content from content that is represented in processes.
This is the Guidance Types package's extension of Content Element (defined in Content Elements) providing additonal associations.
Content Element in the package Method Plugin inherits from Variability Element and not directly from Method Element anymore. This is achieved using UML 2.0 package merge semantics. Only if an adopter of this meta-model decides to realize Method Plugins, he would get the variability and extension capabilities for all Content Elements.
Content Element inherits the semantics of Variability Element.
The following features are supported:
- See Also:
UmaPackage.getContentElement()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<ReusableAsset>
getAssets()
Returns the value of the 'Assets' reference list.org.eclipse.emf.common.util.EList<Checklist>
getChecklists()
Returns the value of the 'Checklists' reference list.org.eclipse.emf.common.util.EList<Concept>
getConceptsAndPapers()
Returns the value of the 'Concepts And Papers' reference list.org.eclipse.emf.common.util.EList<Example>
getExamples()
Returns the value of the 'Examples' reference list.org.eclipse.emf.common.util.EList<Guideline>
getGuidelines()
Returns the value of the 'Guidelines' reference list.org.eclipse.emf.common.util.EList<SupportingMaterial>
getSupportingMaterials()
Returns the value of the 'Supporting Materials' reference list.org.eclipse.emf.common.util.EList<TermDefinition>
getTermdefinition()
Returns the value of the 'Termdefinition' reference list.Methods inherited from interface org.eclipse.epf.uma.Classifier
getIsAbstract, setIsAbstract
Methods inherited from interface org.eclipse.epf.uma.DescribableElement
getNodeicon, getPresentation, getShapeicon, setNodeicon, setPresentation, setShapeicon
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.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
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
Methods inherited from interface org.eclipse.epf.uma.VariabilityElement
getVariabilityBasedOnElement, getVariabilityType, setVariabilityBasedOnElement, setVariabilityType
-
Method Details
-
getSupportingMaterials
org.eclipse.emf.common.util.EList<SupportingMaterial> getSupportingMaterials()Returns the value of the 'Supporting Materials' reference list. The list contents are of typeSupportingMaterial
.- Returns:
- the value of the 'Supporting Materials' reference list.
- See Also:
UmaPackage.getContentElement_SupportingMaterials()
-
getConceptsAndPapers
org.eclipse.emf.common.util.EList<Concept> getConceptsAndPapers()Returns the value of the 'Concepts And Papers' reference list. The list contents are of typeConcept
.- Returns:
- the value of the 'Concepts And Papers' reference list.
- See Also:
UmaPackage.getContentElement_ConceptsAndPapers()
-
getChecklists
org.eclipse.emf.common.util.EList<Checklist> getChecklists()Returns the value of the 'Checklists' reference list. The list contents are of typeChecklist
.- Returns:
- the value of the 'Checklists' reference list.
- See Also:
UmaPackage.getContentElement_Checklists()
-
getGuidelines
org.eclipse.emf.common.util.EList<Guideline> getGuidelines()Returns the value of the 'Guidelines' reference list. The list contents are of typeGuideline
.- Returns:
- the value of the 'Guidelines' reference list.
- See Also:
UmaPackage.getContentElement_Guidelines()
-
getExamples
org.eclipse.emf.common.util.EList<Example> getExamples()Returns the value of the 'Examples' reference list. The list contents are of typeExample
.- Returns:
- the value of the 'Examples' reference list.
- See Also:
UmaPackage.getContentElement_Examples()
-
getAssets
org.eclipse.emf.common.util.EList<ReusableAsset> getAssets()Returns the value of the 'Assets' reference list. The list contents are of typeReusableAsset
.- Returns:
- the value of the 'Assets' reference list.
- See Also:
UmaPackage.getContentElement_Assets()
-
getTermdefinition
org.eclipse.emf.common.util.EList<TermDefinition> getTermdefinition()Returns the value of the 'Termdefinition' reference list. The list contents are of typeTermDefinition
.- Returns:
- the value of the 'Termdefinition' reference list.
- See Also:
UmaPackage.getContentElement_Termdefinition()
-