info.rolandkrueger.roklib.util.bool
Class OrOperation

java.lang.Object
  extended by info.rolandkrueger.roklib.util.bool.AbstractBinaryBooleanOperation
      extended by info.rolandkrueger.roklib.util.bool.OrOperation
All Implemented Interfaces:
IBooleanOperation, Serializable

public class OrOperation
extends AbstractBinaryBooleanOperation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class info.rolandkrueger.roklib.util.bool.AbstractBinaryBooleanOperation
mLeft, mRight
 
Constructor Summary
OrOperation()
           
 
Method Summary
 boolean canShortCircuit(boolean firstOperand)
           
 boolean execute()
           
 boolean getShortCircuit(boolean firstOperand)
           
 
Methods inherited from class info.rolandkrueger.roklib.util.bool.AbstractBinaryBooleanOperation
getMinimumNumberOfOperands, isUnaryOperation, setLeftHandOperand, setRightHandOperand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrOperation

public OrOperation()
Method Detail

execute

public boolean execute()

canShortCircuit

public boolean canShortCircuit(boolean firstOperand)

getShortCircuit

public boolean getShortCircuit(boolean firstOperand)


Copyright © 2007-2011. All Rights Reserved.