ImplementationNode
, InstanceNode
, InterfaceNode
public abstract class Node extends Object
Modifier | Constructor | Description |
---|---|---|
protected |
Node(NodeId id,
Object source) |
Modifier and Type | Method | 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() |
Copyright © 2006–2018 Google, Inc.. All rights reserved.