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

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

public interface ResultValidatableNode
extends ValidatableNode

A representation of the model object 'Result ValidatableNode'.

The following features are supported:

See Also:
ValidityPackage.getResultValidatableNode()
Generated
Model

Method Summary
 ResultConstrainingNode getResultConstrainingNode()
          Returns the value of the 'Result Constraining Node' reference.
 void setResultConstrainingNode(ResultConstrainingNode value)
          Sets the value of the 'Result Constraining Node' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.emf.validation.validity.ValidatableNode
getChildren, getConstrainedObject, getParent, setConstrainedObject, 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

getResultConstrainingNode

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

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

Returns:
the value of the 'Result Constraining Node' reference.
See Also:
setResultConstrainingNode(ResultConstrainingNode), ValidityPackage.getResultValidatableNode_ResultConstrainingNode(), ResultConstrainingNode.getResultValidatableNode()
Generated
Model
opposite="resultValidatableNode" required="true" ordered="false"

setResultConstrainingNode

void setResultConstrainingNode(ResultConstrainingNode value)
Sets the value of the 'Result Constraining Node' reference.

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