Interface SpecifiedQoSAnnotation
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Subinterfaces:
ComponentSpecifiedExecutionTime
,SpecifiedExecutionTime
,SpecifiedReliabilityAnnotation
,SystemSpecifiedExecutionTime
- All Known Implementing Classes:
ComponentSpecifiedExecutionTimeImpl
,SpecifiedExecutionTimeImpl
,SpecifiedQoSAnnotationImpl
,SpecifiedReliabilityAnnotationImpl
,SystemSpecifiedExecutionTimeImpl
public interface SpecifiedQoSAnnotation extends org.eclipse.emf.cdo.CDOObject
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:
QosannotationsPackage.getSpecifiedQoSAnnotation()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QoSAnnotations
getQosAnnotations_SpecifiedQoSAnnotation()
Returns the value of the 'Qos Annotations Specified Qo SAnnotation' container reference.Role
getRole_SpecifiedQoSAnnotation()
Returns the value of the 'Role Specified Qo SAnnotation' reference.Signature
getSignature_SpecifiedQoSAnnation()
Returns the value of the 'Signature Specified Qo SAnnation' reference.void
setQosAnnotations_SpecifiedQoSAnnotation(QoSAnnotations value)
Sets the value of the 'Qos Annotations Specified Qo SAnnotation
' container reference.void
setRole_SpecifiedQoSAnnotation(Role value)
Sets the value of the 'Role Specified Qo SAnnotation
' reference.void
setSignature_SpecifiedQoSAnnation(Signature value)
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 Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
setSignature_SpecifiedQoSAnnation(Signature)
,QosannotationsPackage.getSpecifiedQoSAnnotation_Signature_SpecifiedQoSAnnation()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSignature_SpecifiedQoSAnnation
void setSignature_SpecifiedQoSAnnation(Signature value)
Sets the value of the 'Signature Specified Qo SAnnation
' reference.- Parameters:
value
- the new value of the 'Signature Specified Qo SAnnation' reference.- See Also:
getSignature_SpecifiedQoSAnnation()
- 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:
setRole_SpecifiedQoSAnnotation(Role)
,QosannotationsPackage.getSpecifiedQoSAnnotation_Role_SpecifiedQoSAnnotation()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setRole_SpecifiedQoSAnnotation
void setRole_SpecifiedQoSAnnotation(Role value)
Sets the value of the 'Role Specified Qo SAnnotation
' reference.- Parameters:
value
- the new value of the 'Role Specified Qo SAnnotation' reference.- See Also:
getRole_SpecifiedQoSAnnotation()
- 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:
setQosAnnotations_SpecifiedQoSAnnotation(QoSAnnotations)
,QosannotationsPackage.getSpecifiedQoSAnnotation_QosAnnotations_SpecifiedQoSAnnotation()
,QoSAnnotations.getSpecifiedQoSAnnotations_QoSAnnotations()
- Generated class or method.
- EMF model class or method.
- opposite="specifiedQoSAnnotations_QoSAnnotations" required="true" transient="false" ordered="false"
-
setQosAnnotations_SpecifiedQoSAnnotation
void setQosAnnotations_SpecifiedQoSAnnotation(QoSAnnotations value)
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:
getQosAnnotations_SpecifiedQoSAnnotation()
- Generated class or method.
-
-