public class GraphEdge extends Object
Modifier and Type | Field and Description |
---|---|
static Function<GraphEdge,String> |
labelF |
Constructor and Description |
---|
GraphEdge(GraphNode source,
GraphNode target) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Only checks whether source and target are equal, the label is not checked.
|
String |
getLabel() |
GraphNode |
getSource() |
GraphNode |
getTarget() |
int |
hashCode()
Based on source and target.
|
void |
setLabel(String label) |
String |
toString() |
Copyright © 2017. All rights reserved.