com.rubecula.util
Class Kleenean

java.lang.Object
  extended bycom.rubecula.util.Kleenean

public class Kleenean
extends java.lang.Object


Field Summary
private static int _Maybe
           
private static int _No
           
private static int _Yes
           
static Kleenean Maybe
           
static Kleenean No
           
private  int value
           
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

value

private int value

_Maybe

private static final int _Maybe
See Also:
Constant Field Values

_Yes

private static final int _Yes
See Also:
Constant Field Values

_No

private static final int _No
See Also:
Constant Field Values

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()