Uses of Class
org.aksw.jenax.path.core.PathPE
Packages that use PathPE
-
Uses of PathPE in org.aksw.jenax.path.core
Methods in org.aksw.jenax.path.core that return PathPEModifier and TypeMethodDescriptionPathOpsPE.fromString(String str) static PathPEPathPE.newAbsolutePath(List<UnaryXExpr> segments) static PathPEPathPE.newAbsolutePath(UnaryXExpr segment) static PathPEPathPE.newAbsolutePath(UnaryXExpr... segments) PathOpsPE.newPath(boolean isAbsolute, List<UnaryXExpr> segments) static PathPEPathOpsPE.newRelativePath()static PathPEPathPE.newRelativePath(List<UnaryXExpr> segments) static PathPEPathPE.newRelativePath(UnaryXExpr segment) static PathPEPathPE.newRelativePath(UnaryXExpr... segments) static PathPEPathPE.resolve(org.apache.jena.graph.Node node) PathPE.resolve(org.apache.jena.rdf.model.Resource other) PathPE.resolve(org.apache.jena.sparql.expr.Expr expr) PathPE.resolveAll()Append an ?x = ?x step which matches all values at this segmentPathPE.resolveSegment(String str) Resolves a single segment from str; default resolves can resolve a full path serialized as a stringPathOpsPE.upcast(org.aksw.commons.path.core.Path<UnaryXExpr> path) Methods in org.aksw.jenax.path.core with parameters of type PathPEConstructor parameters in org.aksw.jenax.path.core with type arguments of type PathPEModifierConstructorDescriptionPathPE(org.aksw.commons.path.core.PathOps<UnaryXExpr, PathPE> pathOps, boolean isAbsolute, List<UnaryXExpr> segments) -
Uses of PathPE in org.aksw.jenax.path.relgen
Fields in org.aksw.jenax.path.relgen declared as PathPEModifier and TypeFieldDescriptionprotected PathPERelationGeneratorBase.relationStartAbsPathThe absolute path at which the relation was requested Once it covers all columns of the relation it is used to compute the next context hashprotected PathPERelationGeneratorBase.relPathThe relative path of segments seen for the current relation Connects to relationStartPathMethods in org.aksw.jenax.path.relgen with parameters of type PathPEModifier and TypeMethodDescriptionprotected com.google.common.hash.HashCodeRelationGeneratorBase.computeNextHash(com.google.common.hash.HashCode currentHash, PathPE relationStartAbsPath, PathPE relPath) RelationProvider.getRelation(PathPE absPath, PathPE block)