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:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Internal State Influence Analysis Aggregation' container reference.Returns the value of the 'Maximum Deviation Call Parameter Values' containment reference list.Returns the value of the 'Maximum Deviation Number Of Calls' reference.Returns the value of the 'Required Element' containment reference.void
Sets the value of the 'Internal State Influence Analysis Aggregation
' container reference.void
Sets the value of the 'Maximum Deviation Number Of Calls
' reference.void
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 Details
-
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:
- Generated class or method.
- EMF model class or method.
- opposite="requiredElementDeviations" required="true" transient="false" ordered="false"
-
setInternalStateInfluenceAnalysisAggregation
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:
- 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:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setMaximumDeviationNumberOfCalls
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:
- 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:
- 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:
- Generated class or method.
- EMF model class or method.
- opposite="requiredElementDeviation" containment="true" required="true" ordered="false"
-
setRequiredElement
Sets the value of the 'Required Element
' containment reference.- Parameters:
value
- the new value of the 'Required Element' containment reference.- See Also:
- Generated class or method.
-