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