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 class
BindPattern
class
ConjunctionPattern
class
DisjunctionPattern
class
FilterPattern
class
GraphPattern
class
GroupGraphPattern
class
MinusPattern
class
OptionalPattern
class
PathPattern
class
SubselectPattern
class
TriplePattern
class
TupleTablePattern
class
ValuesPattern
Fields in tech.oxfordsemantic.jrdfox.logic.sparql.pattern declared as QueryPattern Modifier and Type Field Description static QueryPattern[]
QueryPattern. EMPTY_ARRAY
Methods 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 ConjunctionPattern
ConjunctionPattern. create(QueryPattern... conjuncts)
Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with type arguments of type QueryPattern Modifier and Type Method Description static ConjunctionPattern
ConjunctionPattern. create(java.util.List<QueryPattern> conjuncts)