Class TrueStatementPattern

All Implemented Interfaces:
Serializable, Cloneable, BoundJoinTupleExpr, GraphPatternGroupable, QueryModelNode, TupleExpr, VariableScopeChange

public class TrueStatementPattern extends StatementPattern implements BoundJoinTupleExpr
A TrueStatementPattern represents a stmt with no free variables which in addition is available at one of the provided sources.
Author:
Andreas Schwarte
See Also:
  • Constructor Details