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