public class InterfaceNode extends Node
BindingEdge| Constructor | Description |
|---|---|
InterfaceNode(NodeId id,
java.lang.Object source) |
| Modifier and Type | Method | 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)