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.logicMethods in tech.oxfordsemantic.jrdfox.logic with parameters of type ConjunctionPattern Modifier and Type Method Description ELogicAdapter. visit(ConjunctionPattern conjunctionPattern)ELogicVisitor. visit(ConjunctionPattern conjunctionPattern)java.lang.VoidLogicWalker. visit(ConjunctionPattern conjunctionPattern)
- 
Uses of ConjunctionPattern in tech.oxfordsemantic.jrdfox.logic.sparql.patternMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return ConjunctionPattern Modifier and Type Method Description static ConjunctionPatternConjunctionPattern. create(java.util.List<QueryPattern> conjuncts)static ConjunctionPatternConjunctionPattern. create(QueryPattern... conjuncts)
- 
Uses of ConjunctionPattern in tech.oxfordsemantic.jrdfox.logic.sparql.statementMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return ConjunctionPattern Modifier and Type Method Description ConjunctionPatternConstructQuery. getConstructTemplate()ConjunctionPatternDeleteInsertUpdate. getDeleteTemplate()ConjunctionPatternDeleteInsertUpdate. getInsertTemplate()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ConjunctionPattern Modifier and Type Method Description static ConstructQueryConstructQuery. create(ConjunctionPattern constructTemplate, QueryBody queryBody)static DeleteInsertUpdateDeleteInsertUpdate. create(TupleTableName with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)