info.rolandkrueger.roklib.util.bool
Class XOROperation

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

public class XOROperation
extends AbstractBinaryBooleanOperation

See Also:
Serialized Form

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

XOROperation

public XOROperation()
Method Detail

execute

public boolean execute()

canShortCircuit

public boolean canShortCircuit(boolean firstOperand)

getShortCircuit

public boolean getShortCircuit(boolean firstOperand)


Copyright © 2007-2011. All Rights Reserved.