Class ScopedFacetPathOld
java.lang.Object
org.aksw.jenax.facete.treequery2.api.ScopedFacetPathOld
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScopedFacetPathOld(VarScope scope, org.aksw.jenax.path.core.FacetPath facetPath) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.aksw.jenax.path.core.FacetPathgetScope()inthashCode()static ScopedFacetPathOldstatic ScopedFacetPathOldof(org.apache.jena.sparql.core.Var startVar, org.aksw.jenax.path.core.FacetPath facetPath) toScopedVar(FacetPathMapping facetPathMapping) static ScopedVartoScopedVar(ScopedFacetPathOld scopedFacetPath, FacetPathMapping facetPathMapping) toString()transformPath(Function<? super org.aksw.jenax.path.core.FacetPath, ? extends org.aksw.jenax.path.core.FacetPath> facetPathFn) Return a new ScopedFacetPath with the path transformed by the given function.
-
Field Details
-
scope
-
facetPath
protected org.aksw.jenax.path.core.FacetPath facetPath
-
-
Constructor Details
-
ScopedFacetPathOld
-
-
Method Details
-
getParent
-
getScope
-
getFacetPath
public org.aksw.jenax.path.core.FacetPath getFacetPath() -
hashCode
public int hashCode() -
equals
-
toString
-
of
-
of
public static ScopedFacetPathOld of(org.apache.jena.sparql.core.Var startVar, org.aksw.jenax.path.core.FacetPath facetPath) -
transformPath
public ScopedFacetPathOld transformPath(Function<? super org.aksw.jenax.path.core.FacetPath, ? extends org.aksw.jenax.path.core.FacetPath> facetPathFn) Return a new ScopedFacetPath with the path transformed by the given function. If the path is null then this function returns null. -
toScopedVar
-
toScopedVar
public static ScopedVar toScopedVar(ScopedFacetPathOld scopedFacetPath, FacetPathMapping facetPathMapping)
-