org.objectweb.medor.filter.api

Interface BelongOperator

All Superinterfaces:
BinaryOperator
Known Implementing Classes:
BasicBelongOperator

public interface BelongOperator
extends BinaryOperator

Author:
Sebastien Chassande-Barrioz

Method Summary

boolean
evaluate(Tuple element, TupleCollection tc)

Method Details

evaluate

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