Interface PCMSpecificationContainer
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
- All Known Implementing Classes:
PCMSpecificationContainerImpl
public interface PCMSpecificationContainer extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'PCM Specification Container'.The following features are supported:
- See Also:
SpecificationPackage.getPCMSpecificationContainer()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AttributeProvider>
getAttributeprovider()
Returns the value of the 'Attributeprovider' containment reference list.EList<ContextSpecification>
getContextspecification()
Returns the value of the 'Contextspecification' containment reference list.EList<SystemPolicySpecification>
getPolicyspecification()
Returns the value of the 'Policyspecification' containment reference list.-
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 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPolicyspecification
EList<SystemPolicySpecification> getPolicyspecification()
Returns the value of the 'Policyspecification' containment reference list. The list contents are of typeSystemPolicySpecification
.- Returns:
- the value of the 'Policyspecification' containment reference list.
- See Also:
SpecificationPackage.getPCMSpecificationContainer_Policyspecification()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getContextspecification
EList<ContextSpecification> getContextspecification()
Returns the value of the 'Contextspecification' containment reference list. The list contents are of typeContextSpecification
.- Returns:
- the value of the 'Contextspecification' containment reference list.
- See Also:
SpecificationPackage.getPCMSpecificationContainer_Contextspecification()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getAttributeprovider
EList<AttributeProvider> getAttributeprovider()
Returns the value of the 'Attributeprovider' containment reference list. The list contents are of typeAttributeProvider
.- Returns:
- the value of the 'Attributeprovider' containment reference list.
- See Also:
SpecificationPackage.getPCMSpecificationContainer_Attributeprovider()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-