wt.eff
Class EffGroupAssistant.EffRangePredicate

java.lang.Object
  extended bywt.eff.EffGroupAssistant.EffRangePredicate
All Implemented Interfaces:
com.objectspace.jgl.BinaryPredicate, Serializable
Enclosing class:
EffGroupAssistant

private class EffGroupAssistant.EffRangePredicate
extends Object
implements com.objectspace.jgl.BinaryPredicate


Field Summary
private  EffGroupRangeDelegate eGRD
           
 
Fields inherited from interface com.objectspace.jgl.BinaryPredicate
serialVersionUID
 
Constructor Summary
private EffGroupAssistant.EffRangePredicate()
           
 
Method Summary
 boolean execute(Object first, Object second)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eGRD

private EffGroupRangeDelegate eGRD
Constructor Detail

EffGroupAssistant.EffRangePredicate

private EffGroupAssistant.EffRangePredicate()
Method Detail

execute

public boolean execute(Object first,
                       Object second)
Specified by:
execute in interface com.objectspace.jgl.BinaryPredicate