QJCC homepage

biz.chitec.quarterback.gjsa
Class ServerReplyFilterExpr

java.lang.Object
  extended bybiz.chitec.quarterback.util.logic.FilterExpr
      extended bybiz.chitec.quarterback.gjsa.ServerReplyFilterExpr
All Implemented Interfaces:
java.lang.Cloneable, LogicExpr

public class ServerReplyFilterExpr
extends FilterExpr

Interface for logic expressions

Version:
$Id: 3ecf87340710f98e22b35910bf385aac82481085 $
Author:
chitec/Dirk Hillbrecht 2001. Distributed under the terms of the GNU LGPL.

Nested Class Summary
 
Nested classes inherited from class biz.chitec.quarterback.util.logic.LogicExpr
LogicExpr.Converter, LogicExpr.UniverseGenerator
 
Field Summary
 
Fields inherited from class biz.chitec.quarterback.util.logic.FilterExpr
e1
 
Constructor Summary
ServerReplyFilterExpr(LogicExpr e1x)
           
 
Method Summary
 boolean evaluate(java.lang.Object universe)
          Is the expression valid in the given universe
 int[] getResultSet(LogicExpr.UniverseGenerator generator)
          Operation cannot be mapped sensibly onto universe subset selection.
 
Methods inherited from class biz.chitec.quarterback.util.logic.FilterExpr
clone, convertValues, equals, getInternalVars, isReady, isTreeReady, sqlString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerReplyFilterExpr

public ServerReplyFilterExpr(LogicExpr e1x)
Method Detail

evaluate

public boolean evaluate(java.lang.Object universe)
Is the expression valid in the given universe


getResultSet

public int[] getResultSet(LogicExpr.UniverseGenerator generator)
Operation cannot be mapped sensibly onto universe subset selection.


QJCC homepage