Interface Order
- 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:
OrderImpl
A representation of the model object 'Order'.
Orders two elements directly by specifying one bigger than the other.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
BIGGERELEMENT_must_not_be_SMALLELEMENT
(DiagnosticChain diagnostics, Map<Object, Object> context) self.biggerElement<>self.smallerElementReturns the value of the 'Bigger Element' reference.Returns the value of the 'Smaller Element' reference.void
setBiggerElement
(Element value) Sets the value of the 'Bigger Element
' reference.void
setSmallerElement
(Element value) Sets the value of the 'Smaller Element
' 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
-
getBiggerElement
Element getBiggerElement()Returns the value of the 'Bigger Element' reference.If the meaning of the 'Bigger Element' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bigger Element' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setBiggerElement
Sets the value of the 'Bigger Element
' reference.- Parameters:
value
- the new value of the 'Bigger Element' reference.- See Also:
- Generated class or method.
-
getSmallerElement
Element getSmallerElement()Returns the value of the 'Smaller Element' reference.If the meaning of the 'Smaller Element' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Smaller Element' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSmallerElement
Sets the value of the 'Smaller Element
' reference.- Parameters:
value
- the new value of the 'Smaller Element' reference.- See Also:
- Generated class or method.
-
BIGGERELEMENT_must_not_be_SMALLELEMENT
boolean BIGGERELEMENT_must_not_be_SMALLELEMENT(DiagnosticChain diagnostics, Map<Object, Object> context) self.biggerElement<>self.smallerElement- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
- annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.biggerElement<>self.smallerElement'"
-