Package org.aksw.jenax.path.util
Class PathNodeUtils
java.lang.Object
org.aksw.jenax.path.util.PathNodeUtils
Utils for working with
Path<Node>-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<org.apache.jena.graph.Node>collectNodes(org.aksw.commons.path.core.Path<org.apache.jena.graph.Node> path) Collects all nodes in aPath<Node>object.
-
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 aPath<Node>object. Descends into literals that represenot property paths. TODO Descend into literals representing queries
-