com.rubecula.util
Class Kleenean

java.lang.Object
  |
  +--com.rubecula.util.Kleenean

public class Kleenean
extends java.lang.Object


Field Summary
static Kleenean Maybe
           
static Kleenean No
           
static Kleenean Yes
           
 
Constructor Summary
Kleenean()
           
Kleenean(boolean truth)
           
 
Method Summary
 boolean isFalse()
           
 boolean isSure()
           
 boolean isTrue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Maybe

public static final Kleenean Maybe

Yes

public static final Kleenean Yes

No

public static final Kleenean No
Constructor Detail

Kleenean

public Kleenean()

Kleenean

public Kleenean(boolean truth)
Method Detail

isSure

public boolean isSure()

isTrue

public boolean isTrue()

isFalse

public boolean isFalse()