Interface GraphPatternGroupable

All Known Implementing Classes:
AbstractAggregateOperator, AbstractQueryModelNode, Add, AggregateFunctionCall, AggregateOperatorBase, And, ArbitraryLengthPath, Avg, BinaryTupleOperator, BinaryValueOperator, BindingSetAssignment, BNodeGenerator, Bound, Clear, Coalesce, Compare, CompareAll, CompareAny, CompareSubQueryValueOperator, Copy, Count, Create, Datatype, DeleteData, DescribeOperator, Difference, Distinct, EmptySet, Exists, Extension, ExtensionElem, Filter, FunctionCall, Group, GroupConcat, GroupElem, If, In, InsertData, Intersection, IRIFunction, IsBNode, IsLiteral, IsNumeric, IsResource, IsURI, Join, Label, Lang, LangMatches, LeftJoin, Like, ListMemberOperator, Load, LocalName, MathExpr, Max, Min, Modify, Move, MultiProjection, Namespace, NAryValueOperator, Not, Or, Order, OrderElem, Projection, ProjectionElem, ProjectionElemList, QueryModelNodeBase, QueryRoot, Reduced, Regex, SameTerm, Sample, Service, SingletonSet, Slice, StatementPattern, Str, SubQueryValueOperator, Sum, TripleRef, TupleFunctionCall, UnaryTupleOperator, UnaryValueOperator, Union, ValueConstant, ValueExprTripleRef, Var, ZeroLengthPath

@Deprecated(since="3.2") public interface GraphPatternGroupable
Deprecated.
Use VariableScopeChange instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    void
    setGraphPatternGroup(boolean isGraphPatternGroup)
    Deprecated.
  • Method Details

    • isGraphPatternGroup

      @Deprecated boolean isGraphPatternGroup()
      Deprecated.
      indicates if the node represents the root of a graph pattern group.
      Returns:
      true iff the node represents the node of a graph pattern group.
    • setGraphPatternGroup

      @Deprecated void setGraphPatternGroup(boolean isGraphPatternGroup)
      Deprecated.
      Set the value of isGraphPatternGroup() to true or false.