Interface SpecifiedQoSAnnotation
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,PCMBaseClass
,PCMClass
- All Known Subinterfaces:
ComponentSpecifiedExecutionTime
,SpecifiedExecutionTime
,SpecifiedReliabilityAnnotation
,SystemSpecifiedExecutionTime
- All Known Implementing Classes:
ComponentSpecifiedExecutionTimeImpl
,SpecifiedExecutionTimeImpl
,SpecifiedQoSAnnotationImpl
,SpecifiedReliabilityAnnotationImpl
,SystemSpecifiedExecutionTimeImpl
A representation of the model object 'Specified Qo SAnnotation'.
SpecifiedQoSAnnotations (as an abstract class) associate specified (see QoSAnnotation) QoS properties to services of components. A service is thereby determined by a Signature and a Role (i.e., an interface bound to a component).
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Qos Annotations Specified Qo SAnnotation' container reference.Returns the value of the 'Role Specified Qo SAnnotation' reference.Returns the value of the 'Signature Specified Qo SAnnation' reference.void
Sets the value of the 'Qos Annotations Specified Qo SAnnotation
' container reference.void
Sets the value of the 'Role Specified Qo SAnnotation
' reference.void
Sets the value of the 'Signature Specified Qo SAnnation
' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getSignature_SpecifiedQoSAnnation
Signature getSignature_SpecifiedQoSAnnation()Returns the value of the 'Signature Specified Qo SAnnation' reference.- Returns:
- the value of the 'Signature Specified Qo SAnnation' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSignature_SpecifiedQoSAnnation
Sets the value of the 'Signature Specified Qo SAnnation
' reference.- Parameters:
value
- the new value of the 'Signature Specified Qo SAnnation' reference.- See Also:
- Generated class or method.
-
getRole_SpecifiedQoSAnnotation
Role getRole_SpecifiedQoSAnnotation()Returns the value of the 'Role Specified Qo SAnnotation' reference.- Returns:
- the value of the 'Role Specified Qo SAnnotation' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setRole_SpecifiedQoSAnnotation
Sets the value of the 'Role Specified Qo SAnnotation
' reference.- Parameters:
value
- the new value of the 'Role Specified Qo SAnnotation' reference.- See Also:
- Generated class or method.
-
getQosAnnotations_SpecifiedQoSAnnotation
QoSAnnotations getQosAnnotations_SpecifiedQoSAnnotation()Returns the value of the 'Qos Annotations Specified Qo SAnnotation' container reference. It is bidirectional and its opposite is 'Specified Qo SAnnotations Qo SAnnotations
'.- Returns:
- the value of the 'Qos Annotations Specified Qo SAnnotation' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="specifiedQoSAnnotations_QoSAnnotations" required="true" transient="false" ordered="false"
-
setQosAnnotations_SpecifiedQoSAnnotation
Sets the value of the 'Qos Annotations Specified Qo SAnnotation
' container reference.- Parameters:
value
- the new value of the 'Qos Annotations Specified Qo SAnnotation' container reference.- See Also:
- Generated class or method.
-