public class BindingEdge extends Edge
Modifier and Type | Class | Description |
---|---|---|
static class |
BindingEdge.Type |
Classification for what kind of binding this edge represents.
|
Constructor | Description |
---|---|
BindingEdge(NodeId fromId,
NodeId toId,
BindingEdge.Type type) |
Modifier and Type | Method | Description |
---|---|---|
Edge |
copy(NodeId fromId,
NodeId toId) |
Returns a copy of the edge with new node IDs.
|
boolean |
equals(Object obj) |
|
BindingEdge.Type |
getType() |
|
int |
hashCode() |
|
String |
toString() |
public BindingEdge(NodeId fromId, NodeId toId, BindingEdge.Type type)
public BindingEdge.Type getType()
Copyright © 2006–2018 Google, Inc.. All rights reserved.