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 ELogicAdapter. visit(BindPattern bindPattern)ELogicVisitor. visit(BindPattern bindPattern)java.lang.VoidLogicWalker. 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 BindPatternBindPattern. create(Expression expression, Variable boundVariable)