Class PathFinderConfig

java.lang.Object
org.aksw.jena_sparql_api.sparql_path.core.algorithm.PathFinderConfig

public class PathFinderConfig extends Object
  • Constructor Details

    • PathFinderConfig

      public PathFinderConfig(Integer maxDirectionChanges, Integer maxPaths, Integer timeoutInMillis)
  • Method Details

    • getMaxDirectionChanges

      public Integer getMaxDirectionChanges()
    • getMaxPaths

      public Integer getMaxPaths()
    • getTimeoutInMillis

      public Integer getTimeoutInMillis()
    • toString

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

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object