Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic.sparql.pattern |
-
Uses of QueryPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Subclasses of QueryPattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern Modifier and Type Class Description classBindPatternclassConjunctionPatternclassDisjunctionPatternclassFilterPatternclassGraphPatternclassGroupGraphPatternclassMinusPatternclassOptionalPatternclassPathPatternclassSubselectPatternclassTriplePatternclassTupleTablePatternclassValuesPatternFields in tech.oxfordsemantic.jrdfox.logic.sparql.pattern declared as QueryPattern Modifier and Type Field Description static QueryPattern[]QueryPattern. EMPTY_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return types with arguments of type QueryPattern Modifier and Type Method Description java.util.List<QueryPattern>ConjunctionPattern. getConjuncts()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type QueryPattern Modifier and Type Method Description static ConjunctionPatternConjunctionPattern. create(QueryPattern... conjuncts)Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with type arguments of type QueryPattern Modifier and Type Method Description static ConjunctionPatternConjunctionPattern. create(java.util.List<QueryPattern> conjuncts)