net.sf.jdmf.data.output
Class AbstractRuleElementEvaluable

java.lang.Object
  extended by net.sf.jdmf.data.output.AbstractRuleElementEvaluable
All Implemented Interfaces:
Evaluable
Direct Known Subclasses:
Rule, RuleElement

public abstract class AbstractRuleElementEvaluable
extends java.lang.Object
implements Evaluable

An abstract class that defines how to evaluate an expression consisting of rule elements against an instance.

Author:
quorthon

Constructor Summary
AbstractRuleElementEvaluable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jdmf.data.output.Evaluable
evaluate
 

Constructor Detail

AbstractRuleElementEvaluable

public AbstractRuleElementEvaluable()