java.lang.Object
org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model.GraphRelationship

public final class GraphRelationship extends Object
  • Constructor Details

    • GraphRelationship

      public GraphRelationship(org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity fromEntity, org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity toEntity, String relationshipLabel, String relationshipGuid)
    • GraphRelationship

      public GraphRelationship(org.odpi.openmetadata.accessservices.assetlineage.model.LineageRelationship lineageRelationship)
  • Method Details

    • getFromEntity

      public org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity getFromEntity()
    • getToEntity

      public org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity getToEntity()
    • getRelationshipLabel

      public String getRelationshipLabel()
    • getRelationshipGuid

      public String getRelationshipGuid()