Class ConjunctionPattern
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.GroupGraphPattern
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.ConjunctionPattern
- All Implemented Interfaces:
java.io.Serializable
public class ConjunctionPattern extends GroupGraphPattern
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class tech.oxfordsemantic.jrdfox.logic.sparql.pattern.GroupGraphPattern
EMPTY_ARRAY
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static ConjunctionPattern
create(java.util.List<QueryPattern> conjuncts)
static ConjunctionPattern
create(QueryPattern... conjuncts)
java.util.List<QueryPattern>
getConjuncts()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString
-
Method Details
-
getConjuncts
-
accept
- Specified by:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
-
create
-