Package org.aksw.jenax.path.core
Class PathNode
java.lang.Object
org.aksw.commons.path.core.PathBase<org.apache.jena.graph.Node,PathNode>
org.aksw.jenax.path.core.PathNode
- All Implemented Interfaces:
Serializable,Comparable<org.aksw.commons.path.core.Path<org.apache.jena.graph.Node>>,Iterable<org.aksw.commons.path.core.Path<org.apache.jena.graph.Node>>,org.aksw.commons.path.core.Path<org.apache.jena.graph.Node>
public class PathNode
extends org.aksw.commons.path.core.PathBase<org.apache.jena.graph.Node,PathNode>
Dedicated path implementation compatible with
Path<Node>.- Author:
- raven
- See Also:
-
Field Summary
Fields inherited from class org.aksw.commons.path.core.PathBase
isAbsolute, pathOps, segments, segmentsView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathNodenewAbsolutePath(List<org.apache.jena.graph.Node> segments) static PathNodenewAbsolutePath(org.apache.jena.graph.Node segment) static PathNodenewAbsolutePath(org.apache.jena.graph.Node... segments) static PathNodenewRelativePath(List<org.apache.jena.graph.Node> segments) static PathNodenewRelativePath(org.apache.jena.graph.Node segment) static PathNodenewRelativePath(org.apache.jena.graph.Node... segments) static PathNoderesolve(org.apache.jena.rdf.model.Resource other) Convenience method forResourceMethods inherited from class org.aksw.commons.path.core.PathBase
compareLists, compareTo, endsWith, equals, getFileName, getName, getNameCount, getParent, getPathOps, getRoot, getSegments, getSystem, hashCode, isAbsolute, isParentToken, iterator, newPath, normalize, relativize, relativize, resolve, resolve, resolveSibling, resolveSibling, resolveSiblingStr, resolveStr, startsWith, subpath, subpath, toAbsolutePath, toList, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.aksw.commons.path.core.Path
toSegment
-
Constructor Details
-
PathNode
-
-
Method Details
-
resolve
Convenience method forResource -
parse
-
newAbsolutePath
-
newAbsolutePath
-
newAbsolutePath
-
newRelativePath
-
newRelativePath
-
newRelativePath
-