net.sourceforge.xconf.toolbox.rules
Class FalseRule

java.lang.Object
  extended by net.sourceforge.xconf.toolbox.rules.FalseRule
All Implemented Interfaces:
Rule

public class FalseRule
extends Object
implements Rule

Returns false whenever invoked.

Author:
Tom Czarniecki

Constructor Summary
FalseRule()
           
 
Method Summary
 boolean evaluate(Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FalseRule

public FalseRule()
Method Detail

evaluate

public boolean evaluate(Object context)
Specified by:
evaluate in interface Rule


Copyright © 2007 Thomas Czarniecki. All Rights Reserved.