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 DeciderIF getFalseDecider()
          INTERNAL: Returns a decider which always returns false.
static DeciderIF getTrueDecider()
          INTERNAL: Returns a decider which always returns true.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeciderUtils

public DeciderUtils()
Method Detail

getTrueDecider

public static DeciderIF getTrueDecider()
INTERNAL: Returns a decider which always returns true.


getFalseDecider

public static DeciderIF getFalseDecider()
INTERNAL: Returns a decider which always returns false.



Copyright © 2000-2009 Ontopia.