Package org.aksw.jenax.path.core
Class FacetPathOps
java.lang.Object
org.aksw.jenax.path.core.FacetPathOps
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String str) Serialization is an optional leading '/' for the root, following by a sequence of RDF terms: path := '/'? (predicateIRI isForward? alias?)* isFoward := boolean # true | false alias := String isForward defaults to true if omitted.static FacetPathOpsget()static List<org.apache.jena.graph.Node>Convert an aliased step to a sequence of nodes.toStringRaw(Object path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.path.core.PathOps
create, newAbsolutePath, newAbsolutePath, newAbsolutePath, newRelativePath, newRelativePath, newRelativePath
-
Field Details
-
PARENT
-
SELF
-
-
Constructor Details
-
FacetPathOps
public FacetPathOps()
-
-
Method Details
-
get
-
upcast
-
getBasePathSegments
-
getComparator
-
newPath
-
getSelfToken
-
getParentToken
-
toStringRaw
-
toNodes
Convert an aliased step to a sequence of nodes. The nodes are used for serialization. -
toString
-
fromString
Serialization is an optional leading '/' for the root, following by a sequence of RDF terms: path := '/'? (predicateIRI isForward? alias?)* isFoward := boolean # true | false alias := String isForward defaults to true if omitted.
-