Package FeatureCompletionModel
Interface CompletionComponent
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,ConstrainableElement
,DescribedElement
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
- All Known Implementing Classes:
CompletionComponentImpl
A representation of the model object 'Completion Component'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Component Constraints' containment reference list.Returns the value of the 'Perimeter Providing' containment reference.Returns the value of the 'Perimeter Requiring' containment reference.Returns the value of the 'Required Components' reference list.void
Sets the value of the 'Perimeter Providing
' containment reference.void
Sets the value of the 'Perimeter Requiring
' containment reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface FeatureCompletionModel.DescribedElement
getDescription, setDescription
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface FeatureCompletionModel.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRequiredComponents
EList<CompletionComponent> getRequiredComponents()Returns the value of the 'Required Components' reference list. The list contents are of typeCompletionComponent
.If the meaning of the 'Required Components' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Required Components' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
-
getPerimeterProviding
PerimeterProviding getPerimeterProviding()Returns the value of the 'Perimeter Providing' containment reference.If the meaning of the 'Perimeter Providing' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Perimeter Providing' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setPerimeterProviding
Sets the value of the 'Perimeter Providing
' containment reference.- Parameters:
value
- the new value of the 'Perimeter Providing' containment reference.- See Also:
- Generated class or method.
-
getComponentConstraints
EList<ArchitectureConstraints> getComponentConstraints()Returns the value of the 'Component Constraints' containment reference list. The list contents are of typeArchitectureConstraints
.If the meaning of the 'Component Constraints' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Component Constraints' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getPerimeterRequiring
PerimeterRequiring getPerimeterRequiring()Returns the value of the 'Perimeter Requiring' containment reference.If the meaning of the 'Perimeter Requiring' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Perimeter Requiring' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setPerimeterRequiring
Sets the value of the 'Perimeter Requiring
' containment reference.- Parameters:
value
- the new value of the 'Perimeter Requiring' containment reference.- See Also:
- Generated class or method.
-