org.jacorb.notification.filter.etcl
Class ETCLFilterConstraint
java.lang.Object
org.jacorb.notification.filter.etcl.ETCLFilterConstraint
- All Implemented Interfaces:
- FilterConstraint
- public class ETCLFilterConstraint
- extends java.lang.Object
- implements FilterConstraint
Representation of a Constraint.
A FilterImpl
encapsulates
several Constraints. Each Constraint is represented by an instance
of this Class.
- Version:
- $Id: ETCLFilterConstraint.java,v 1.3 2005/02/14 00:07:08 alphonse.bendt Exp $
- Author:
- Alphonse Bendt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ETCLFilterConstraint
public ETCLFilterConstraint(AbstractTCLNode root)
ETCLFilterConstraint
public ETCLFilterConstraint(ConstraintExp constraintExp)
throws InvalidConstraint
evaluate
public EvaluationResult evaluate(EvaluationContext evaluationContext,
Message event)
throws EvaluationException
- Specified by:
evaluate
in interface FilterConstraint
- Throws:
EvaluationException
toString
public java.lang.String toString()