Interface PCMREInterface
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,de.uka.ipd.sdq.identifier.Identifier,Notifier,PCMRE,RequiredElement
- All Known Implementing Classes:
PCMREInterfaceImpl
A representation of the model object 'PCMRE Interface'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanEachRETargetMustBeReferencedOnlyFromOneRE(DiagnosticChain diagnostics, Map<Object, Object> context) org.palladiosimulator.pcm.repository.OperationInterfaceReturns the value of the 'Interface' reference.booleanNextLowerLevelMustConsistOfTypePCMRERole(DiagnosticChain diagnostics, Map<Object, Object> context) voidsetInterface(org.palladiosimulator.pcm.repository.OperationInterface value) Sets the value of the 'Interface' 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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.palladiosimulator.analyzer.quality.qualityannotation.PCMRE
TopmostLevelForPCMMustBePCMRECategoryMethods inherited from interface org.palladiosimulator.analyzer.quality.qualityannotation.RequiredElement
getChildREs, getParentRE, getPrecision, getQualityAnnotation, getRequiredElementDeviation, setParentRE, setPrecision, setQualityAnnotation, setRequiredElementDeviation, StipulatedPrecisionMustBeSetInStipulationContext
-
Method Details
-
getInterface
org.palladiosimulator.pcm.repository.OperationInterface getInterface()Returns the value of the 'Interface' reference.If the meaning of the 'Interface' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Interface' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setInterface
void setInterface(org.palladiosimulator.pcm.repository.OperationInterface value) Sets the value of the 'Interface' reference.- Parameters:
value- the new value of the 'Interface' reference.- See Also:
- Generated class or method.
-
NextLowerLevelMustConsistOfTypePCMRERole
boolean NextLowerLevelMustConsistOfTypePCMRERole(DiagnosticChain diagnostics, Map<Object, Object> context) - Parameters:
diagnostics- The chain of diagnostics to which problems are to be appended.context- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.childREs->select(pcmre | not pcmre.oclIsTypeOf(PCMRERole))->size() = 0'"
-
EachRETargetMustBeReferencedOnlyFromOneRE
boolean EachRETargetMustBeReferencedOnlyFromOneRE(DiagnosticChain diagnostics, Map<Object, Object> context) - Parameters:
diagnostics- The chain of diagnostics to which problems are to be appended.context- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.parentRE.childREs->select(pcmre | pcmre.oclAsType(PCMREInterface).interface = self.interface)->size() = 1'"
-