Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.PathPattern
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic | |
| tech.oxfordsemantic.jrdfox.logic.sparql.pattern |
-
Uses of PathPattern in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type PathPattern Modifier and Type Method Description ELogicAdapter. visit(PathPattern pathPattern)ELogicVisitor. visit(PathPattern pathPattern)java.lang.VoidLogicWalker. visit(PathPattern pathPattern) -
Uses of PathPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return PathPattern Modifier and Type Method Description static PathPatternPathPattern. create(Term subject, Path predicate, Term object)