public class Edge extends Object
| Constructor and Description |
|---|
Edge(String relationshipType,
LineageEntity fromVertex,
LineageEntity toVertex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LineageEntity |
getFromVertex() |
String |
getRelationshipType() |
LineageEntity |
getToVertex() |
int |
hashCode() |
void |
setFromVertex(LineageEntity fromVertex) |
void |
setRelationshipType(String relationshipType) |
void |
setToVertex(LineageEntity toVertex) |
public Edge(String relationshipType, LineageEntity fromVertex, LineageEntity toVertex)
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
public LineageEntity getFromVertex()
public void setFromVertex(LineageEntity fromVertex)
public LineageEntity getToVertex()
public void setToVertex(LineageEntity toVertex)
Copyright © 2018–2019 ODPi. All rights reserved.