|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rosuda.JRclient.RBool
public class RBool
Implementation of tri-state logical data type in R.
The three states are TRUE, FALSE and NA. To obtain truly boolean
value, you'll need to use isTRUE()
or isFALSE()
since there is
no canonical representation of RBool in boolean
Constructor Summary | |
---|---|
RBool(boolean b)
|
|
RBool(int i)
|
|
RBool(RBool r)
|
Method Summary | |
---|---|
boolean |
isFALSE()
|
boolean |
isNA()
|
boolean |
isTRUE()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RBool(boolean b)
public RBool(RBool r)
public RBool(int i)
Method Detail |
---|
public boolean isNA()
public boolean isTRUE()
public boolean isFALSE()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |