|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.utils.DeciderUtils
public class DeciderUtils
INTERNAL: Utility methods for creating various kinds of useful deciders.
Constructor Summary | |
---|---|
DeciderUtils()
|
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 |
Constructor Detail |
---|
public DeciderUtils()
Method Detail |
---|
public static <T> DeciderIF<T> getTrueDecider()
public static <T> DeciderIF<T> getFalseDecider()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |