Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.ConstructQuery
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of ConstructQuery in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type ConstructQuery Modifier and Type Method Description E
LogicAdapter. visit(ConstructQuery constructQuery)
E
LogicVisitor. visit(ConstructQuery constructQuery)
java.lang.Void
LogicWalker. visit(ConstructQuery constructQuery)
-
Uses of ConstructQuery in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return ConstructQuery Modifier and Type Method Description static ConstructQuery
ConstructQuery. create(ConjunctionPattern constructTemplate, QueryBody queryBody)