Package org.aksw.jenax.path.core
Class PathPP
java.lang.Object
org.aksw.commons.path.core.PathBase<org.apache.jena.sparql.path.P_Path0,PathPP>
org.aksw.jenax.path.core.PathPP
- All Implemented Interfaces:
Serializable,Comparable<org.aksw.commons.path.core.Path<org.apache.jena.sparql.path.P_Path0>>,Iterable<org.aksw.commons.path.core.Path<org.apache.jena.sparql.path.P_Path0>>,org.aksw.commons.path.core.Path<org.apache.jena.sparql.path.P_Path0>
public class PathPP
extends org.aksw.commons.path.core.PathBase<org.apache.jena.sparql.path.P_Path0,PathPP>
Path for SPARQL 1.1 property paths based on Jena's P_Path0 class
- 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 PathPPnewAbsolutePath(List<org.apache.jena.sparql.path.P_Path0> segments) static PathPPnewAbsolutePath(org.apache.jena.sparql.path.P_Path0 segment) Static convenience shorthandsstatic PathPPnewAbsolutePath(org.apache.jena.sparql.path.P_Path0... segments) static PathPPnewRelativePath(List<org.apache.jena.sparql.path.P_Path0> segments) static PathPPnewRelativePath(org.apache.jena.sparql.path.P_Path0 segment) static PathPPnewRelativePath(org.apache.jena.sparql.path.P_Path0... segments) Methods 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
-
PathPP
-
-
Method Details
-
newAbsolutePath
Static convenience shorthands -
newAbsolutePath
-
newAbsolutePath
-
newRelativePath
-
newRelativePath
-
newRelativePath
-