org.eclipse.ocl.examples.emf.validation.validity
Interface ResultConstrainingNode

All Superinterfaces:
AbstractNode, ConstrainingNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ResultConstrainingNodeImpl

public interface ResultConstrainingNode
extends ConstrainingNode

A representation of the model object 'Result ConstrainingNode'.

The following features are supported:

See Also:
ValidityPackage.getResultConstrainingNode()
Generated
Model

Method Summary
 ResultValidatableNode getResultValidatableNode()
          Returns the value of the 'Result Validatable Node' reference.
 void setResultValidatableNode(ResultValidatableNode value)
          Sets the value of the 'Result Validatable Node' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.emf.validation.validity.ConstrainingNode
getChildren, getConstrainingObject, getParent, setConstrainingObject, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.emf.validation.validity.AbstractNode
countVisibleChildren, getGrayedElements, getLabel, getVisibleChildren, getWorstResult, isEnabled, isGrayed, isVisible, refreshGrayed, refreshVisibleChildren, setEnabled, setLabel, setWorstResult
 
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

getResultValidatableNode

ResultValidatableNode getResultValidatableNode()
Returns the value of the 'Result Validatable Node' reference. It is bidirectional and its opposite is 'Result Constraining Node'.

If the meaning of the 'Result ValidatableNode' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Result Validatable Node' reference.
See Also:
setResultValidatableNode(ResultValidatableNode), ValidityPackage.getResultConstrainingNode_ResultValidatableNode(), ResultValidatableNode.getResultConstrainingNode()
Generated
Model
opposite="resultConstrainingNode" required="true" ordered="false"

setResultValidatableNode

void setResultValidatableNode(ResultValidatableNode value)
Sets the value of the 'Result Validatable Node' reference.

Parameters:
value - the new value of the 'Result Validatable Node' reference.
See Also:
getResultValidatableNode()
Generated