Interface Relationship

All Superinterfaces:
Entity

public interface Relationship extends Entity
Document me
Since:
2023-04-25
  • Method Details

    • getFrom

      Node getFrom()
      Returns:
      The node on the FROM side of this relationship
    • getTo

      Node getTo()
      Returns:
      The node on the TO side of this relationship