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
public interface CompletionComponent extends ConstrainableElement
A representation of the model object 'Completion Component'.The following features are supported:
- See Also:
FeatureCompletionPackage.getCompletionComponent()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ArchitectureConstraints>
getComponentConstraints()
Returns the value of the 'Component Constraints' containment reference list.PerimeterProviding
getPerimeterProviding()
Returns the value of the 'Perimeter Providing' containment reference.PerimeterRequiring
getPerimeterRequiring()
Returns the value of the 'Perimeter Requiring' containment reference.EList<CompletionComponent>
getRequiredComponents()
Returns the value of the 'Required Components' reference list.void
setPerimeterProviding(PerimeterProviding value)
Sets the value of the 'Perimeter Providing
' containment reference.void
setPerimeterRequiring(PerimeterRequiring value)
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 FeatureCompletionModel.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
FeatureCompletionPackage.getCompletionComponent_RequiredComponents()
- 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:
setPerimeterProviding(PerimeterProviding)
,FeatureCompletionPackage.getCompletionComponent_PerimeterProviding()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setPerimeterProviding
void setPerimeterProviding(PerimeterProviding value)
Sets the value of the 'Perimeter Providing
' containment reference.- Parameters:
value
- the new value of the 'Perimeter Providing' containment reference.- See Also:
getPerimeterProviding()
- 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:
FeatureCompletionPackage.getCompletionComponent_ComponentConstraints()
- 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:
setPerimeterRequiring(PerimeterRequiring)
,FeatureCompletionPackage.getCompletionComponent_PerimeterRequiring()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setPerimeterRequiring
void setPerimeterRequiring(PerimeterRequiring value)
Sets the value of the 'Perimeter Requiring
' containment reference.- Parameters:
value
- the new value of the 'Perimeter Requiring' containment reference.- See Also:
getPerimeterRequiring()
- Generated class or method.
-
-