Class QueryPattern
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BindPattern
,DisjunctionPattern
,FilterPattern
,GraphPattern
,GroupGraphPattern
,MinusPattern
,OptionalPattern
,PathPattern
,TriplePattern
,TupleTablePattern
,ValuesPattern
public abstract class QueryPattern extends LogicObject
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static QueryPattern[]
EMPTY_ARRAY
-
Constructor Summary
Constructors Constructor Description QueryPattern()
-
Method Summary
-
Field Details
-
Constructor Details
-
QueryPattern
public QueryPattern()
-