org.terracotta.toolkit.search.expression
Interface CompositeClause

All Superinterfaces:
Clause
All Known Implementing Classes:
BooleanClause

public interface CompositeClause
extends Clause

A clause comprised of multiple sub-clauses


Method Summary
 Clause[] getMembers()
          Returns array of sub-clauses this clause is composed of.
 
Methods inherited from interface org.terracotta.toolkit.search.expression.Clause
and, not, or
 

Method Detail

getMembers

Clause[] getMembers()
Returns array of sub-clauses this clause is composed of.



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.