Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.ConjunctionPattern
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.pattern | |
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of ConjunctionPattern in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type ConjunctionPattern Modifier and Type Method Description E
LogicAdapter. visit(ConjunctionPattern conjunctionPattern)
E
LogicVisitor. visit(ConjunctionPattern conjunctionPattern)
java.lang.Void
LogicWalker. visit(ConjunctionPattern conjunctionPattern)
-
Uses of ConjunctionPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return ConjunctionPattern Modifier and Type Method Description static ConjunctionPattern
ConjunctionPattern. create(java.util.List<QueryPattern> conjuncts)
static ConjunctionPattern
ConjunctionPattern. create(QueryPattern... conjuncts)
-
Uses of ConjunctionPattern in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return ConjunctionPattern Modifier and Type Method Description ConjunctionPattern
ConstructQuery. getConstructTemplate()
ConjunctionPattern
DeleteInsertUpdate. getDeleteTemplate()
ConjunctionPattern
DeleteInsertUpdate. getInsertTemplate()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ConjunctionPattern Modifier and Type Method Description static ConstructQuery
ConstructQuery. create(ConjunctionPattern constructTemplate, QueryBody queryBody)
static DeleteInsertUpdate
DeleteInsertUpdate. create(TupleTableName with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)