Class GraphRelationship
- java.lang.Object
-
- org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model.GraphRelationship
-
public final class GraphRelationship extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphRelationship(LineageEntity fromEntity, LineageEntity toEntity, String relationshipLabel, String relationshipGuid)GraphRelationship(LineageRelationship lineageRelationship)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineageEntitygetFromEntity()StringgetRelationshipGuid()StringgetRelationshipLabel()LineageEntitygetToEntity()
-
-
-
Constructor Detail
-
GraphRelationship
public GraphRelationship(LineageEntity fromEntity, LineageEntity toEntity, String relationshipLabel, String relationshipGuid)
-
GraphRelationship
public GraphRelationship(LineageRelationship lineageRelationship)
-
-
Method Detail
-
getFromEntity
public LineageEntity getFromEntity()
-
getToEntity
public LineageEntity getToEntity()
-
getRelationshipLabel
public String getRelationshipLabel()
-
getRelationshipGuid
public String getRelationshipGuid()
-
-