net.ontopia.utils
Class DeciderUtils
java.lang.Object
net.ontopia.utils.DeciderUtils
public class DeciderUtils
- extends Object
INTERNAL: Utility methods for creating various kinds of useful
deciders.
- Since:
- 2.0
Method Summary |
static
|
getFalseDecider()
INTERNAL: Returns a decider which always returns false. |
static
|
getTrueDecider()
INTERNAL: Returns a decider which always returns true. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeciderUtils
public DeciderUtils()
getTrueDecider
public static <T> DeciderIF<T> getTrueDecider()
- INTERNAL: Returns a decider which always returns true.
getFalseDecider
public static <T> DeciderIF<T> getFalseDecider()
- INTERNAL: Returns a decider which always returns false.
Copyright © 2000-2012 Ontopia.