Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.path.NegativePath.NegatedPath
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic.sparql.path |
-
Uses of NegativePath.NegatedPath in tech.oxfordsemantic.jrdfox.logic.sparql.path
Fields in tech.oxfordsemantic.jrdfox.logic.sparql.path declared as NegativePath.NegatedPath Modifier and Type Field Description static NegativePath.NegatedPath[]
NegativePath.NegatedPath. EMPTY_ARRAY
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path that return types with arguments of type NegativePath.NegatedPath Modifier and Type Method Description java.util.List<NegativePath.NegatedPath>
NegativePath. getNegatedPaths()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type NegativePath.NegatedPath Modifier and Type Method Description static NegativePath
NegativePath. create(NegativePath.NegatedPath... negatedPaths)
Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.path with type arguments of type NegativePath.NegatedPath Modifier and Type Method Description static NegativePath
NegativePath. create(java.util.List<NegativePath.NegatedPath> negatedPaths)