org.objectweb.medor.filter.api
Interface BelongOperator

All Known Implementing Classes:
BasicBelongOperator

public interface BelongOperator

Author:
Sebastien Chassande-Barrioz

Method Summary
 boolean evaluate(Tuple element, TupleCollection tc)
           
 

Method Detail

evaluate

public boolean evaluate(Tuple element,
                        TupleCollection tc)
                 throws MedorException
Throws:
MedorException