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:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default Precision Call Parameter' containment reference.Returns the value of the 'Default Precision Number Of Calls' containment reference.Returns the value of the 'Required Element' container reference.void
Sets the value of the 'Default Precision Call Parameter
' containment reference.void
Sets the value of the 'Default Precision Number Of Calls
' containment reference.void
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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setDefaultPrecisionNumberOfCalls
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:
- 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:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setDefaultPrecisionCallParameter
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:
- 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:
- Generated class or method.
- EMF model class or method.
- opposite="precision" required="true" transient="false" ordered="false"
-
setRequiredElement
Sets the value of the 'Required Element
' container reference.- Parameters:
value
- the new value of the 'Required Element' container reference.- See Also:
- Generated class or method.
-