|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.bioconductor.packages.rservices.RObject
org.bioconductor.packages.rservices.RFactor
public class RFactor
| Field Summary | |
|---|---|
protected int[] |
code
|
protected java.lang.String[] |
levels
|
| Constructor Summary | |
|---|---|
RFactor()
|
|
RFactor(java.lang.String[] levels,
int[] code)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
asData()
Gets the String[] representation of this RFactor. |
boolean |
equals(java.lang.Object inputObject)
|
int[] |
getCode()
Gets the code value for this RFactor. |
java.lang.String[] |
getLevels()
Gets the levels for this RArray. |
void |
setCode(int[] code)
Sets the code for this RFactor. |
void |
setCode(java.lang.Integer code)
Sets the code for this RFactor. |
void |
setLevels(java.lang.String levels)
Sets the levels for this RFactor. |
void |
setLevels(java.lang.String[] levels)
Sets the levels for this RFactor. |
java.lang.String |
toString()
|
| Methods inherited from class org.bioconductor.packages.rservices.RObject |
|---|
getOutputMsg, setOutputMsg |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String[] levels
protected int[] code
| Constructor Detail |
|---|
public RFactor()
public RFactor(java.lang.String[] levels,
int[] code)
| Method Detail |
|---|
public void setLevels(java.lang.String[] levels)
levels - public void setLevels(java.lang.String levels)
levels - public java.lang.String[] getLevels()
public void setCode(int[] code)
code - public void setCode(java.lang.Integer code)
code - public int[] getCode()
public java.lang.String[] asData()
public boolean equals(java.lang.Object inputObject)
equals in class java.lang.Objectpublic 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 | |||||||