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:
Serializable
- See Also:
-
Field Summary
Fields inherited from class GroupGraphPattern
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static ConjunctionPatterncreate(List<QueryPattern> conjuncts) static ConjunctionPatterncreate(QueryPattern... conjuncts) voidMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getConjuncts
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
-
create
-