Uses of Class
org.aksw.jenax.path.core.FacetPath
Packages that use FacetPath
-
Uses of FacetPath in org.aksw.jenax.path.core
Methods in org.aksw.jenax.path.core that return FacetPathModifier and TypeMethodDescriptionFacetPathOps.fromString(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.HasFacetPath.getFacetPath()static FacetPathFacetPath.newAbsolutePath(List<FacetStep> segments) static FacetPathFacetPath.newAbsolutePath(FacetStep segment) static FacetPathFacetPath.newAbsolutePath(FacetStep... segments) static FacetPathFacetPath.newRelativePath(List<FacetStep> segments) static FacetPathFacetPath.newRelativePath(FacetStep segment) static FacetPathFacetPath.newRelativePath(FacetStep... segments) static FacetPathMethods in org.aksw.jenax.path.core with parameters of type FacetPathConstructor parameters in org.aksw.jenax.path.core with type arguments of type FacetPath