Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.BindPattern
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.pattern |
-
Uses of BindPattern in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type BindPattern Modifier and Type Method Description E
LogicAdapter. visit(BindPattern bindPattern)
E
LogicVisitor. visit(BindPattern bindPattern)
java.lang.Void
LogicWalker. visit(BindPattern bindPattern)
-
Uses of BindPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return BindPattern Modifier and Type Method Description static BindPattern
BindPattern. create(Expression expression, Variable boundVariable)