BindingEdge
, DependencyEdge
public abstract class Edge extends Object
Modifier | Constructor | Description |
---|---|---|
protected |
Edge(NodeId fromId,
NodeId toId) |
Modifier and Type | Method | Description |
---|---|---|
abstract Edge |
copy(NodeId fromId,
NodeId toId) |
Returns a copy of the edge with new node IDs.
|
boolean |
equals(Object obj) |
|
NodeId |
getFromId() |
|
NodeId |
getToId() |
|
int |
hashCode() |
Copyright © 2006–2018 Google, Inc.. All rights reserved.