public final class Edge extends Object
| Constructor and Description |
|---|
Edge(String fromNodeId,
String toNodeId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFromNodeId() |
String |
getName() |
String |
getToNodeId() |
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.