Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.path.SequencePath
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.path |
-
Uses of SequencePath in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type SequencePath Modifier and Type Method Description E
LogicAdapter. visit(SequencePath sequencePath)
E
LogicVisitor. visit(SequencePath sequencePath)
java.lang.Void
LogicWalker. visit(SequencePath sequencePath)
-
Uses of SequencePath in tech.oxfordsemantic.jrdfox.logic.sparql.path
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path that return SequencePath Modifier and Type Method Description static SequencePath
SequencePath. create(java.util.List<Path> paths)
static SequencePath
SequencePath. create(Path... paths)