public class RelatedEdgeImpl extends Object implements RelatedEdge
| Constructor and Description |
|---|
RelatedEdgeImpl(String edgeId,
String label,
String outVertexId,
String inVertexId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEdgeId() |
String |
getInVertexId() |
String |
getLabel() |
String |
getOutVertexId() |
int |
hashCode() |
String |
toString() |
public String getEdgeId()
getEdgeId in interface RelatedEdgepublic String getInVertexId()
getInVertexId in interface RelatedEdgepublic String getOutVertexId()
getOutVertexId in interface RelatedEdgepublic String getLabel()
getLabel in interface RelatedEdgeCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.