|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
A representation of the model object 'Node'.
The following features are supported:
TreePackage.getNode()| Method Summary | |
|---|---|
EList<Node> |
getChildren()
Returns the value of the 'Children' containment reference list. |
Data |
getData()
Returns the value of the 'Data' reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
Node |
getParent()
Returns the value of the 'Parent' container reference. |
EList<Node> |
getRelatedNodes()
Returns the value of the 'Related Nodes' reference list. |
void |
setData(Data value)
Sets the value of the ' Data' reference |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setParent(Node value)
Sets the value of the ' Parent' container reference |
| 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 |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TreePackage.getNode_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Node getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(Node),
TreePackage.getNode_Parent(),
getChildren()void setParent(Node value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<Node> getChildren()
Node.
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...
TreePackage.getNode_Children(),
getParent()Data getData()
Node'.
If the meaning of the 'Data' reference isn't clear, there really should be more of a description here...
setData(Data),
TreePackage.getNode_Data(),
Data.getNode()void setData(Data value)
Data' reference.
value - the new value of the 'Data' reference.getData()EList<Node> getRelatedNodes()
Node.
If the meaning of the 'Related Nodes' reference list isn't clear, there really should be more of a description here...
TreePackage.getNode_RelatedNodes()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||