info.rolandkrueger.roklib.util.bool
Class AndOperation

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

public class AndOperation
extends AbstractBinaryBooleanOperation

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class info.rolandkrueger.roklib.util.bool.AbstractBinaryBooleanOperation
mLeft, mRight
 
Constructor Summary
AndOperation()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AndOperation

public AndOperation()
Method Detail

execute

public boolean execute()

canShortCircuit

public boolean canShortCircuit(boolean firstOperand)

getShortCircuit

public boolean getShortCircuit(boolean firstOperand)


Copyright © 2007-2011. All Rights Reserved.