public abstract class Node extends Object implements Switchable, Cloneable
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
clone() |
protected List |
cloneList(List list) |
protected Node |
cloneNode(Node node) |
Node |
parent() |
(package private) void |
parent(Node parent) |
(package private) abstract void |
removeChild(Node child) |
void |
replaceBy(Node node) |
(package private) abstract void |
replaceChild(Node oldChild,
Node newChild) |
protected String |
toString(List list) |
protected String |
toString(Node node) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic Node()
abstract void removeChild(Node child)
abstract void replaceChild(Node oldChild, Node newChild)
Copyright © 2003–2014 AndroMDA.org. All rights reserved.