Package org.aksw.jenax.path.core
Class FacetPath
- All Implemented Interfaces:
Serializable,Comparable<org.aksw.commons.path.core.Path<FacetStep>>,Iterable<org.aksw.commons.path.core.Path<FacetStep>>,org.aksw.commons.path.core.Path<FacetStep>
Paths for traversal of RDF data based on concrete properties IRIs and aliases.
- 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 FacetPathnewAbsolutePath(List<FacetStep> segments) static FacetPathnewAbsolutePath(FacetStep segment) static FacetPathnewAbsolutePath(FacetStep... segments) static FacetPathnewRelativePath(List<FacetStep> segments) static FacetPathnewRelativePath(FacetStep segment) static FacetPathnewRelativePath(FacetStep... segments) static FacetPathStream<org.apache.jena.graph.Node>Convenience method to extract a path's nodes such as for retrieving labelsMethods 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
-
FacetPath
-
-
Method Details
-
streamNodes
Convenience method to extract a path's nodes such as for retrieving labels -
parse
-
newAbsolutePath
-
newAbsolutePath
-
newAbsolutePath
-
newRelativePath
-
newRelativePath
-
newRelativePath
-