Interface REPrecision
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
REPrecisionImpl
public interface REPrecision extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'RE Precision'. Precision of specification on required element.The following features are supported:
- See Also:
QualityAnnotationPackage.getREPrecision()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Precision
getDefaultPrecisionCallParameter()
Returns the value of the 'Default Precision Call Parameter' containment reference.Precision
getDefaultPrecisionNumberOfCalls()
Returns the value of the 'Default Precision Number Of Calls' containment reference.RequiredElement
getRequiredElement()
Returns the value of the 'Required Element' container reference.void
setDefaultPrecisionCallParameter(Precision value)
Sets the value of the 'Default Precision Call Parameter
' containment reference.void
setDefaultPrecisionNumberOfCalls(Precision value)
Sets the value of the 'Default Precision Number Of Calls
' containment reference.void
setRequiredElement(RequiredElement value)
Sets the value of the 'Required Element
' container 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
-
-
-
-
Method Detail
-
getDefaultPrecisionNumberOfCalls
Precision getDefaultPrecisionNumberOfCalls()
Returns the value of the 'Default Precision Number Of Calls' containment reference.If the meaning of the 'Default Precision Number Of Calls' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default Precision Number Of Calls' containment reference.
- See Also:
setDefaultPrecisionNumberOfCalls(Precision)
,QualityAnnotationPackage.getREPrecision_DefaultPrecisionNumberOfCalls()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setDefaultPrecisionNumberOfCalls
void setDefaultPrecisionNumberOfCalls(Precision value)
Sets the value of the 'Default Precision Number Of Calls
' containment reference.- Parameters:
value
- the new value of the 'Default Precision Number Of Calls' containment reference.- See Also:
getDefaultPrecisionNumberOfCalls()
- Generated class or method.
-
getDefaultPrecisionCallParameter
Precision getDefaultPrecisionCallParameter()
Returns the value of the 'Default Precision Call Parameter' containment reference.If the meaning of the 'Default Precision Call Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default Precision Call Parameter' containment reference.
- See Also:
setDefaultPrecisionCallParameter(Precision)
,QualityAnnotationPackage.getREPrecision_DefaultPrecisionCallParameter()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setDefaultPrecisionCallParameter
void setDefaultPrecisionCallParameter(Precision value)
Sets the value of the 'Default Precision Call Parameter
' containment reference.- Parameters:
value
- the new value of the 'Default Precision Call Parameter' containment reference.- See Also:
getDefaultPrecisionCallParameter()
- Generated class or method.
-
getRequiredElement
RequiredElement getRequiredElement()
Returns the value of the 'Required Element' container reference. It is bidirectional and its opposite is 'Precision
'.If the meaning of the 'Required Element' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Required Element' container reference.
- See Also:
setRequiredElement(RequiredElement)
,QualityAnnotationPackage.getREPrecision_RequiredElement()
,RequiredElement.getPrecision()
- Generated class or method.
- EMF model class or method.
- opposite="precision" required="true" transient="false" ordered="false"
-
setRequiredElement
void setRequiredElement(RequiredElement value)
Sets the value of the 'Required Element
' container reference.- Parameters:
value
- the new value of the 'Required Element' container reference.- See Also:
getRequiredElement()
- Generated class or method.
-
-