Uses of Class
org.aksw.jenax.sparql.path.SimplePath
-
Uses of SimplePath in org.aksw.jenax.sparql.path
Methods in org.aksw.jenax.sparql.path that return SimplePathModifier and TypeMethodDescriptionstatic SimplePathSimplePath.fromPropertyPath(org.apache.jena.sparql.path.Path path) Deprecated.SimplePath.parentPath()Deprecated.Methods in org.aksw.jenax.sparql.path that return types with arguments of type SimplePathModifier and TypeMethodDescriptionstatic Map.Entry<SimplePath,org.apache.jena.sparql.path.P_Path0> SimplePath.seperateLastStep(SimplePath path) Deprecated.Returns an entry with the last step separated from the rest of the steps Useful for compatibility with jgrapht's path validator which uses the same model.Methods in org.aksw.jenax.sparql.path with parameters of type SimplePathModifier and TypeMethodDescriptionintSimplePath.compareTo(SimplePath o) Deprecated.static Set<org.apache.jena.graph.Node>SimplePath.mentionedNodes(SimplePath sp) Deprecated.static List<org.apache.jena.sparql.syntax.Element>SimplePath.pathToElements(SimplePath path, org.apache.jena.sparql.core.Var start, org.apache.jena.sparql.core.Var end, org.aksw.commons.collections.generator.Generator generator) Deprecated.static List<org.apache.jena.graph.Triple>SimplePath.pathToTriples(SimplePath path, org.apache.jena.sparql.core.Var start, org.apache.jena.sparql.core.Var end, org.aksw.commons.collections.generator.Generator<org.apache.jena.sparql.core.Var> generator) Deprecated.static Map.Entry<SimplePath,org.apache.jena.sparql.path.P_Path0> SimplePath.seperateLastStep(SimplePath path) Deprecated.Returns an entry with the last step separated from the rest of the steps Useful for compatibility with jgrapht's path validator which uses the same model.static org.apache.jena.sparql.path.PathSimplePath.toPropertyPath(SimplePath path) Deprecated.