info.rolandkrueger.roklib.util.bool
Class IdentityOperation

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

public class IdentityOperation
extends AbstractUnaryBooleanOperation

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class info.rolandkrueger.roklib.util.bool.AbstractUnaryBooleanOperation
mValue
 
Constructor Summary
IdentityOperation()
           
 
Method Summary
 boolean execute()
           
 
Methods inherited from class info.rolandkrueger.roklib.util.bool.AbstractUnaryBooleanOperation
canShortCircuit, getMinimumNumberOfOperands, getShortCircuit, 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

IdentityOperation

public IdentityOperation()
Method Detail

execute

public boolean execute()


Copyright © 2007-2011. All Rights Reserved.