net.sourceforge.xconf.toolbox.rules
Class FalseRule
java.lang.Object
net.sourceforge.xconf.toolbox.rules.FalseRule
- All Implemented Interfaces:
- Rule
public class FalseRule
- extends Object
- implements Rule
Returns false whenever invoked.
- Author:
- Tom Czarniecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FalseRule
public FalseRule()
evaluate
public boolean evaluate(Object context)
- Specified by:
evaluate in interface Rule
Copyright © 2007 Thomas Czarniecki. All Rights Reserved.