public interface ConstrainingNode extends AbstractNode
The following features are supported:
ValidityPackage.getConstrainingNode()| Modifier and Type | Method and Description |
|---|---|
<any> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
Object |
getConstrainingObject()
Returns the value of the 'Constraining Object' attribute.
|
ConstrainingNode |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setConstrainingObject(Object value)
Sets the value of the '
Constraining Object' attribute. |
void |
setParent(ConstrainingNode value)
Sets the value of the '
Parent' container reference. |
countVisibleChildren, getGrayedElements, getLabel, getVisibleChildren, getWorstResult, isEnabled, isGrayed, isVisible, refreshGrayed, refreshVisibleChildren, setEnabled, setLabel, setWorstResultConstrainingNode getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
getParent in interface AbstractNodesetParent(ConstrainingNode),
ValidityPackage.getConstrainingNode_Parent(),
getChildren()void setParent(ConstrainingNode value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()<any> getChildren()
ConstrainingNode.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
getChildren in interface AbstractNodeValidityPackage.getConstrainingNode_Children(),
getParent()Object getConstrainingObject()
If the meaning of the 'Constraining Object' reference isn't clear, there really should be more of a description here...
setConstrainingObject(Object),
ValidityPackage.getConstrainingNode_ConstrainingObject()void setConstrainingObject(Object value)
Constraining Object' attribute.
value - the new value of the 'Constraining Object' attribute.getConstrainingObject()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.