Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.ConjunctionPattern
Packages that use ConjunctionPattern
Package
Description
-
Uses of ConjunctionPattern in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type ConjunctionPatternModifier and TypeMethodDescriptionLogicAdapter.visit(ConjunctionPattern conjunctionPattern) LogicVisitor.visit(ConjunctionPattern conjunctionPattern) LogicWalker.visit(ConjunctionPattern conjunctionPattern) -
Uses of ConjunctionPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return ConjunctionPatternModifier and TypeMethodDescriptionstatic ConjunctionPatternConjunctionPattern.create(List<QueryPattern> conjuncts) static ConjunctionPatternConjunctionPattern.create(QueryPattern... conjuncts) -
Uses of ConjunctionPattern in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return ConjunctionPatternModifier and TypeMethodDescriptionConstructQuery.getConstructTemplate()DeleteInsertUpdate.getDeleteTemplate()DeleteInsertUpdate.getInsertTemplate()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type ConjunctionPatternModifier and TypeMethodDescriptionstatic ConstructQueryConstructQuery.create(ConjunctionPattern constructTemplate, QueryBody queryBody) static DeleteInsertUpdateDeleteInsertUpdate.create(Resource with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody) static DeleteInsertUpdateDeleteInsertUpdate.create(ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)