net.ontopia.utils
Class DeciderUtils

java.lang.Object
  extended by net.ontopia.utils.DeciderUtils

public class DeciderUtils
extends java.lang.Object

INTERNAL: Utility methods for creating various kinds of useful deciders.

Since:
2.0

Constructor Summary
DeciderUtils()
           
 
Method Summary
static
<T> DeciderIF<T>
getFalseDecider()
          INTERNAL: Returns a decider which always returns false.
static
<T> DeciderIF<T>
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

DeciderUtils

public DeciderUtils()
Method Detail

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.