org.mindswap.pellet.utils
Class Bool
java.lang.Object
org.mindswap.pellet.utils.Bool
public class Bool
- extends java.lang.Object
- Author:
- Evren Sirin
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FALSE
public static final Bool FALSE
TRUE
public static final Bool TRUE
UNKNOWN
public static final Bool UNKNOWN
create
public static Bool create(boolean value)
not
public Bool not()
or
public Bool or(Bool other)
and
public Bool and(Bool other)
isTrue
public boolean isTrue()
isFalse
public boolean isFalse()
isUnknown
public boolean isUnknown()
isKnown
public boolean isKnown()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004 Evren Sirin. All Rights Reserved.