public class BindingEdge extends Edge
Modifier and Type | Class and Description |
---|---|
static class |
BindingEdge.Type
Classification for what kind of binding this edge represents.
|
Constructor and Description |
---|
BindingEdge(NodeId fromId,
NodeId toId,
BindingEdge.Type type) |
Modifier and Type | Method and Description |
---|---|
Edge |
copy(NodeId fromId,
NodeId toId)
Returns a copy of the edge with new node IDs.
|
boolean |
equals(java.lang.Object obj) |
BindingEdge.Type |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public BindingEdge(NodeId fromId, NodeId toId, BindingEdge.Type type)
public BindingEdge.Type getType()
public java.lang.String toString()
toString
in class java.lang.Object