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 class
AlternativePath
class
CountingPath
class
InversePath
class
NegativePath
class
ResourcePath
class
SequencePath
Fields in tech.oxfordsemantic.jrdfox.logic.sparql.path declared as Path Modifier and Type Field Description static Path[]
Path. EMPTY_ARRAY
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path that return Path Modifier and Type Method Description Path
CountingPath. getPath()
Path
InversePath. 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 AlternativePath
AlternativePath. create(Path... alternatives)
static CountingPath
CountingPath. create(Path path, CountingPath.PathCountType pathCountType)
static InversePath
InversePath. create(Path path)
static SequencePath
SequencePath. create(Path... paths)
Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.path with type arguments of type Path Modifier and Type Method Description static AlternativePath
AlternativePath. create(java.util.List<Path> alternatives)
static SequencePath
SequencePath. 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 Path
PathPattern. getPredicate()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type Path Modifier and Type Method Description static PathPattern
PathPattern. create(Term subject, Path predicate, Term object)