Class PathNodeUtils

java.lang.Object
org.aksw.jenax.path.util.PathNodeUtils

public class PathNodeUtils extends Object
Utils for working with Path<Node>
  • Constructor Details

    • PathNodeUtils

      public PathNodeUtils()
  • Method Details

    • collectNodes

      public static Set<org.apache.jena.graph.Node> collectNodes(org.aksw.commons.path.core.Path<org.apache.jena.graph.Node> path)
      Collects all nodes in a Path<Node> object. Descends into literals that represenot property paths. TODO Descend into literals representing queries