Interface RequiredElementDeviation
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
RequiredElementDeviationImpl
public interface RequiredElementDeviation extends org.eclipse.emf.cdo.CDOObject
A representation of the model object ' Required Element Deviation'.The following features are supported:
- See Also:
QualityAnnotationPackage.getRequiredElementDeviation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalStateInfluenceAnalysisAggregation
getInternalStateInfluenceAnalysisAggregation()
Returns the value of the 'Internal State Influence Analysis Aggregation' container reference.EList<ParameterValueDeviation>
getMaximumDeviationCallParameterValues()
Returns the value of the 'Maximum Deviation Call Parameter Values' containment reference list.Precision
getMaximumDeviationNumberOfCalls()
Returns the value of the 'Maximum Deviation Number Of Calls' reference.RequiredElement
getRequiredElement()
Returns the value of the 'Required Element' containment reference.void
setInternalStateInfluenceAnalysisAggregation(InternalStateInfluenceAnalysisAggregation value)
Sets the value of the 'Internal State Influence Analysis Aggregation
' container reference.void
setMaximumDeviationNumberOfCalls(Precision value)
Sets the value of the 'Maximum Deviation Number Of Calls
' reference.void
setRequiredElement(RequiredElement value)
Sets the value of the 'Required Element
' containment 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
-
getInternalStateInfluenceAnalysisAggregation
InternalStateInfluenceAnalysisAggregation getInternalStateInfluenceAnalysisAggregation()
Returns the value of the 'Internal State Influence Analysis Aggregation' container reference. It is bidirectional and its opposite is 'Required Element Deviations
'.If the meaning of the 'Internal State Influence Analysis Aggregation' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Internal State Influence Analysis Aggregation' container reference.
- See Also:
setInternalStateInfluenceAnalysisAggregation(InternalStateInfluenceAnalysisAggregation)
,QualityAnnotationPackage.getRequiredElementDeviation_InternalStateInfluenceAnalysisAggregation()
,InternalStateInfluenceAnalysisAggregation.getRequiredElementDeviations()
- Generated class or method.
- EMF model class or method.
- opposite="requiredElementDeviations" required="true" transient="false" ordered="false"
-
setInternalStateInfluenceAnalysisAggregation
void setInternalStateInfluenceAnalysisAggregation(InternalStateInfluenceAnalysisAggregation value)
Sets the value of the 'Internal State Influence Analysis Aggregation
' container reference.- Parameters:
value
- the new value of the 'Internal State Influence Analysis Aggregation' container reference.- See Also:
getInternalStateInfluenceAnalysisAggregation()
- Generated class or method.
-
getMaximumDeviationNumberOfCalls
Precision getMaximumDeviationNumberOfCalls()
Returns the value of the 'Maximum Deviation Number Of Calls' reference.If the meaning of the 'Maximum Deviation Number Of Calls' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Maximum Deviation Number Of Calls' reference.
- See Also:
setMaximumDeviationNumberOfCalls(Precision)
,QualityAnnotationPackage.getRequiredElementDeviation_MaximumDeviationNumberOfCalls()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMaximumDeviationNumberOfCalls
void setMaximumDeviationNumberOfCalls(Precision value)
Sets the value of the 'Maximum Deviation Number Of Calls
' reference.- Parameters:
value
- the new value of the 'Maximum Deviation Number Of Calls' reference.- See Also:
getMaximumDeviationNumberOfCalls()
- Generated class or method.
-
getMaximumDeviationCallParameterValues
EList<ParameterValueDeviation> getMaximumDeviationCallParameterValues()
Returns the value of the 'Maximum Deviation Call Parameter Values' containment reference list. The list contents are of typeParameterValueDeviation
. It is bidirectional and its opposite is 'Required Element Deviation
'.If the meaning of the 'Maximum Deviation Call Parameter Values' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Maximum Deviation Call Parameter Values' containment reference list.
- See Also:
QualityAnnotationPackage.getRequiredElementDeviation_MaximumDeviationCallParameterValues()
,ParameterValueDeviation.getRequiredElementDeviation()
- Generated class or method.
- EMF model class or method.
- opposite="requiredElementDeviation" containment="true" ordered="false"
-
getRequiredElement
RequiredElement getRequiredElement()
Returns the value of the 'Required Element' containment reference. It is bidirectional and its opposite is 'Required Element Deviation
'.If the meaning of the 'Required Element' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Required Element' containment reference.
- See Also:
setRequiredElement(RequiredElement)
,QualityAnnotationPackage.getRequiredElementDeviation_RequiredElement()
,RequiredElement.getRequiredElementDeviation()
- Generated class or method.
- EMF model class or method.
- opposite="requiredElementDeviation" containment="true" required="true" ordered="false"
-
setRequiredElement
void setRequiredElement(RequiredElement value)
Sets the value of the 'Required Element
' containment reference.- Parameters:
value
- the new value of the 'Required Element' containment reference.- See Also:
getRequiredElement()
- Generated class or method.
-
-