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 ELogicAdapter. visit(NegativePath negativePath)ELogicVisitor. visit(NegativePath negativePath)java.lang.VoidLogicWalker. 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 NegativePathNegativePath. create(java.util.List<NegativePath.NegatedPath> negatedPaths)static NegativePathNegativePath. create(NegativePath.NegatedPath... negatedPaths)