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 E
LogicAdapter. visit(PathPattern pathPattern)
E
LogicVisitor. visit(PathPattern pathPattern)
java.lang.Void
LogicWalker. 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 PathPattern
PathPattern. create(Term subject, Path predicate, Term object)