com.rubecula.util
Class Kleenean
java.lang.Object
com.rubecula.util.Kleenean
- public class Kleenean
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Kleenean
public Kleenean()
Kleenean
public Kleenean(boolean truth)
isSure
public boolean isSure()
isTrue
public boolean isTrue()
isFalse
public boolean isFalse()