public class InterfaceNode extends Node
BindingEdge
Constructor and Description |
---|
InterfaceNode(NodeId id,
java.lang.Object source) |
Modifier and Type | Method and Description |
---|---|
Node |
copy(NodeId id)
Returns a copy of the node with a new ID.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
toString() |
public InterfaceNode(NodeId id, java.lang.Object source)