Interface SystemPolicySpecification
-
- 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
,PolicySpecification
- All Known Implementing Classes:
SystemPolicySpecificationImpl
public interface SystemPolicySpecification extends PolicySpecification
A representation of the model object 'System Policy Specification'.The following features are supported:
- See Also:
AssemblyPackage.getSystemPolicySpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.core.composition.AssemblyContext
getAssemblycontext()
Returns the value of the 'Assemblycontext' reference.org.palladiosimulator.pcm.resourceenvironment.LinkingResource
getLinkingresource()
Returns the value of the 'Linkingresource' reference.MethodSpecification
getMethodspecification()
Returns the value of the 'Methodspecification' containment reference.org.palladiosimulator.pcm.resourceenvironment.ResourceContainer
getResourcecontainer()
Returns the value of the 'Resourcecontainer' reference.void
setAssemblycontext(org.palladiosimulator.pcm.core.composition.AssemblyContext value)
Sets the value of the 'Assemblycontext
' reference.void
setLinkingresource(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value)
Sets the value of the 'Linkingresource
' reference.void
setMethodspecification(MethodSpecification value)
Sets the value of the 'Methodspecification
' containment reference.void
setResourcecontainer(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value)
Sets the value of the 'Resourcecontainer
' 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 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
-
Methods inherited from interface org.palladiosimulator.pcm.confidentiality.context.specification.PolicySpecification
getPolicy, getResourcedemandingbehaviour, setResourcedemandingbehaviour
-
-
-
-
Method Detail
-
getAssemblycontext
org.palladiosimulator.pcm.core.composition.AssemblyContext getAssemblycontext()
Returns the value of the 'Assemblycontext' reference.- Returns:
- the value of the 'Assemblycontext' reference.
- See Also:
setAssemblycontext(AssemblyContext)
,AssemblyPackage.getSystemPolicySpecification_Assemblycontext()
- Generated class or method.
- EMF model class or method.
-
setAssemblycontext
void setAssemblycontext(org.palladiosimulator.pcm.core.composition.AssemblyContext value)
Sets the value of the 'Assemblycontext
' reference.- Parameters:
value
- the new value of the 'Assemblycontext' reference.- See Also:
getAssemblycontext()
- Generated class or method.
-
getResourcecontainer
org.palladiosimulator.pcm.resourceenvironment.ResourceContainer getResourcecontainer()
Returns the value of the 'Resourcecontainer' reference.- Returns:
- the value of the 'Resourcecontainer' reference.
- See Also:
setResourcecontainer(ResourceContainer)
,AssemblyPackage.getSystemPolicySpecification_Resourcecontainer()
- Generated class or method.
- EMF model class or method.
-
setResourcecontainer
void setResourcecontainer(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer value)
Sets the value of the 'Resourcecontainer
' reference.- Parameters:
value
- the new value of the 'Resourcecontainer' reference.- See Also:
getResourcecontainer()
- Generated class or method.
-
getMethodspecification
MethodSpecification getMethodspecification()
Returns the value of the 'Methodspecification' containment reference.- Returns:
- the value of the 'Methodspecification' containment reference.
- See Also:
setMethodspecification(MethodSpecification)
,AssemblyPackage.getSystemPolicySpecification_Methodspecification()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setMethodspecification
void setMethodspecification(MethodSpecification value)
Sets the value of the 'Methodspecification
' containment reference.- Parameters:
value
- the new value of the 'Methodspecification' containment reference.- See Also:
getMethodspecification()
- Generated class or method.
-
getLinkingresource
org.palladiosimulator.pcm.resourceenvironment.LinkingResource getLinkingresource()
Returns the value of the 'Linkingresource' reference.- Returns:
- the value of the 'Linkingresource' reference.
- See Also:
setLinkingresource(LinkingResource)
,AssemblyPackage.getSystemPolicySpecification_Linkingresource()
- Generated class or method.
- EMF model class or method.
-
setLinkingresource
void setLinkingresource(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value)
Sets the value of the 'Linkingresource
' reference.- Parameters:
value
- the new value of the 'Linkingresource' reference.- See Also:
getLinkingresource()
- Generated class or method.
-
-