public abstract class Node extends Object
Modifier | Constructor and Description |
---|---|
protected |
Node(NodeId id,
Object source) |
Modifier and Type | Method and Description |
---|---|
abstract Node |
copy(NodeId id)
Returns a copy of the node with a new ID.
|
boolean |
equals(Object obj) |
NodeId |
getId() |
Object |
getSource() |
int |
hashCode() |