Interface LinkStep


public interface LinkStep
Gets step data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the end node of this link step.
    com.orchestranetworks.schema.Path
    Returns the path of this foreign key.
    Returns the start node of this link step.
  • Method Details

    • getStartNode

      Node getStartNode()
      Returns the start node of this link step.
    • getForeignKey

      com.orchestranetworks.schema.Path getForeignKey()
      Returns the path of this foreign key.
    • getEndNode

      Node getEndNode()
      Returns the end node of this link step.