Package UncertaintyVariationModel
Interface VariationDescription
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
VariationDescriptionImpl
public interface VariationDescription extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Variation Description'.The following features are supported:
- See Also:
UncertaintyVariationModelPackage.getVariationDescription()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Value>
getTargetVariations()
Returns the value of the 'Target Variations' containment reference list.VariationPoint
getVariationpoint()
Returns the value of the 'Variationpoint' container reference.void
setVariationpoint(VariationPoint value)
Sets the value of the 'Variationpoint
' 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
-
getTargetVariations
EList<Value> getTargetVariations()
Returns the value of the 'Target Variations' containment reference list. The list contents are of typeValue
. It is bidirectional and its opposite is 'Variationdescription
'.- Returns:
- the value of the 'Target Variations' containment reference list.
- See Also:
UncertaintyVariationModelPackage.getVariationDescription_TargetVariations()
,Value.getVariationdescription()
- Generated class or method.
- EMF model class or method.
- opposite="variationdescription" containment="true" required="true"
-
getVariationpoint
VariationPoint getVariationpoint()
Returns the value of the 'Variationpoint' container reference. It is bidirectional and its opposite is 'Variation Description
'.- Returns:
- the value of the 'Variationpoint' container reference.
- See Also:
setVariationpoint(VariationPoint)
,UncertaintyVariationModelPackage.getVariationDescription_Variationpoint()
,VariationPoint.getVariationDescription()
- Generated class or method.
- EMF model class or method.
- opposite="variationDescription" transient="false"
-
setVariationpoint
void setVariationpoint(VariationPoint value)
Sets the value of the 'Variationpoint
' container reference.- Parameters:
value
- the new value of the 'Variationpoint' container reference.- See Also:
getVariationpoint()
- Generated class or method.
-
-