Uses of Class
org.aksw.jenax.path.core.PathNode
Packages that use PathNode
-
Uses of PathNode in org.aksw.jenax.path.core
Methods in org.aksw.jenax.path.core that return PathNodeModifier and TypeMethodDescriptionPathOpsNode.fromString(String str) static PathNodePathNode.newAbsolutePath(List<org.apache.jena.graph.Node> segments) static PathNodePathNode.newAbsolutePath(org.apache.jena.graph.Node segment) static PathNodePathNode.newAbsolutePath(org.apache.jena.graph.Node... segments) static PathNodePathNode.newRelativePath(List<org.apache.jena.graph.Node> segments) static PathNodePathNode.newRelativePath(org.apache.jena.graph.Node segment) static PathNodePathNode.newRelativePath(org.apache.jena.graph.Node... segments) static PathNodePathOpsNode.newRelativePath()static PathNodePathNode.resolve(org.apache.jena.rdf.model.Resource other) Convenience method forResourcePathOpsNode.upcast(org.aksw.commons.path.core.Path<org.apache.jena.graph.Node> path) Methods in org.aksw.jenax.path.core with parameters of type PathNodeConstructor parameters in org.aksw.jenax.path.core with type arguments of type PathNode -
Uses of PathNode in org.aksw.jenax.path.datatype
Methods in org.aksw.jenax.path.datatype that return PathNodeModifier and TypeMethodDescriptionstatic PathNodeRDFDatatypePathNode.extractPath(org.apache.jena.graph.Node node)