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