Class Dependency

java.lang.Object
com.basistech.rosette.apimodel.Dependency

public final class Dependency extends Object
Syntactic dependency
  • Method Details

    • builder

      public static Dependency.DependencyBuilder builder()
    • getDependencyType

      public String getDependencyType()
      Returns:
      the dependency type
    • getGovernorTokenIndex

      public Integer getGovernorTokenIndex()
      Returns:
      the governor token index
    • getDependentTokenIndex

      public Integer getDependentTokenIndex()
      Returns:
      the dependent token index
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object