org.apache.poi.hssf.record.formula.functions
Class Or

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.BooleanFunction
      extended by org.apache.poi.hssf.record.formula.functions.Or
All Implemented Interfaces:
Function

public final class Or
extends BooleanFunction


Constructor Summary
Or()
           
 
Method Summary
protected  boolean getInitialResultValue()
           
protected  boolean partialEvaluate(boolean cumulativeResult, boolean currentValue)
           
 
Methods inherited from class org.apache.poi.hssf.record.formula.functions.BooleanFunction
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Or

public Or()
Method Detail

getInitialResultValue

protected boolean getInitialResultValue()
Specified by:
getInitialResultValue in class BooleanFunction

partialEvaluate

protected boolean partialEvaluate(boolean cumulativeResult,
                                  boolean currentValue)
Specified by:
partialEvaluate in class BooleanFunction


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.