zinger.bsheet
Class InterpretedCondition

java.lang.Object
  extended by zinger.bsheet.InterpretedCondition
All Implemented Interfaces:
ConditionalIterator.Condition

public class InterpretedCondition
extends java.lang.Object
implements ConditionalIterator.Condition


Field Summary
protected  java.lang.String expression
           
protected  BSHTableModel model
           
 
Constructor Summary
InterpretedCondition(BSHTableModel model, java.lang.String expression)
           
 
Method Summary
 boolean isSatisfied(java.lang.Object objectValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected final BSHTableModel model

expression

protected final java.lang.String expression
Constructor Detail

InterpretedCondition

public InterpretedCondition(BSHTableModel model,
                            java.lang.String expression)
Method Detail

isSatisfied

public boolean isSatisfied(java.lang.Object objectValue)
Specified by:
isSatisfied in interface ConditionalIterator.Condition