Class ListMemberOperator

All Implemented Interfaces:
Serializable, Cloneable, GraphPatternGroupable, QueryModelNode, ValueExpr, VariableScopeChange

public class ListMemberOperator extends NAryValueOperator
ValueOperator that verifies if the first of its arguments occurs in any of the subsequent arguments.
Author:
Jeen Broekstra
See Also:
  • Constructor Details

    • ListMemberOperator

      public ListMemberOperator()
  • Method Details