Interface ProbabilisticElement
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Subinterfaces:
PCMPE
,PCMPEAllDecisions
,PCMPEDecision
- All Known Implementing Classes:
PCMPEAllDecisionsImpl
,PCMPEDecisionImpl
,PCMPEImpl
,ProbabilisticElementImpl
public interface ProbabilisticElement
extends org.eclipse.emf.cdo.CDOObject
A representation of the model object '
Probabilistic Element'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Child PEs' containment reference list.Returns the value of the 'Parent PE' container reference.Returns the value of the 'Precision' containment reference.Returns the value of the 'Quality Annotation' container reference.void
setParentPE
(ProbabilisticElement value) Sets the value of the 'Parent PE
' container reference.void
setPrecision
(Precision value) Sets the value of the 'Precision
' containment reference.void
Sets the value of the 'Quality Annotation
' 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 Details
-
getPrecision
Precision getPrecision()Returns the value of the 'Precision' containment reference.If the meaning of the 'Precision' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Precision' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setPrecision
Sets the value of the 'Precision
' containment reference.- Parameters:
value
- the new value of the 'Precision' containment reference.- See Also:
- Generated class or method.
-
getChildPEs
EList<ProbabilisticElement> getChildPEs()Returns the value of the 'Child PEs' containment reference list. The list contents are of typeProbabilisticElement
. It is bidirectional and its opposite is 'Parent PE
'.If the meaning of the 'Child PEs' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Child PEs' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="parentPE" containment="true" ordered="false"
-
getParentPE
ProbabilisticElement getParentPE()Returns the value of the 'Parent PE' container reference. It is bidirectional and its opposite is 'Child PEs
'.If the meaning of the 'Parent PE' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parent PE' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="childPEs" transient="false" ordered="false"
-
setParentPE
Sets the value of the 'Parent PE
' container reference.- Parameters:
value
- the new value of the 'Parent PE' container reference.- See Also:
- Generated class or method.
-
getQualityAnnotation
QualityAnnotation getQualityAnnotation()Returns the value of the 'Quality Annotation' container reference. It is bidirectional and its opposite is 'Probabilistic Elements
'.If the meaning of the 'Quality Annotation' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Quality Annotation' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="probabilisticElements" transient="false" ordered="false"
-
setQualityAnnotation
Sets the value of the 'Quality Annotation
' container reference.- Parameters:
value
- the new value of the 'Quality Annotation' container reference.- See Also:
- Generated class or method.
-