Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.path.Path
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic.sparql.path | |
| tech.oxfordsemantic.jrdfox.logic.sparql.pattern |
-
Uses of Path in tech.oxfordsemantic.jrdfox.logic.sparql.path
Subclasses of Path in tech.oxfordsemantic.jrdfox.logic.sparql.path Modifier and Type Class Description classAlternativePathclassCountingPathclassInversePathclassNegativePathclassResourcePathclassSequencePathFields in tech.oxfordsemantic.jrdfox.logic.sparql.path declared as Path Modifier and Type Field Description static Path[]Path. EMPTY_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.sparql.path that return Path Modifier and Type Method Description PathCountingPath. getPath()PathInversePath. getPath()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path that return types with arguments of type Path Modifier and Type Method Description java.util.List<Path>AlternativePath. getAlternatives()java.util.List<Path>SequencePath. getPaths()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Path Modifier and Type Method Description static AlternativePathAlternativePath. create(Path... alternatives)static CountingPathCountingPath. create(Path path, CountingPath.PathCountType pathCountType)static InversePathInversePath. create(Path path)static SequencePathSequencePath. create(Path... paths)Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.path with type arguments of type Path Modifier and Type Method Description static AlternativePathAlternativePath. create(java.util.List<Path> alternatives)static SequencePathSequencePath. create(java.util.List<Path> paths) -
Uses of Path in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return Path Modifier and Type Method Description PathPathPattern. getPredicate()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type Path Modifier and Type Method Description static PathPatternPathPattern. create(Term subject, Path predicate, Term object)