|
||||||||
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.RArray
public class RArray
Field Summary | |
---|---|
protected int[] |
dim
|
protected RList |
dimnames
|
protected RVector |
value
|
Constructor Summary | |
---|---|
RArray()
|
|
RArray(RVector value)
|
|
RArray(RVector value,
int[] dim,
RList dimnames)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object inputObject)
|
int[] |
getDim()
Gets the dim value for this RArray. |
RList |
getDimnames()
Gets the dimnames value for this RArray. |
RVector |
getValue()
Gets the value for this RArray. |
void |
setDim(int[] dim)
Sets the dim value for this RArray. |
void |
setDimnames(RList dimnames)
Sets the dimnames value for this RArray. |
void |
setValue(RVector value)
Sets the value for this RArray. |
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 RVector value
protected int[] dim
protected RList dimnames
Constructor Detail |
---|
public RArray()
public RArray(RVector value)
public RArray(RVector value, int[] dim, RList dimnames)
Method Detail |
---|
public void setValue(RVector value)
value
- public RVector getValue()
public void setDim(int[] dim)
dim
- public int[] getDim()
public void setDimnames(RList dimnames) throws java.lang.Exception
dimnames
-
java.lang.Exception
public RList getDimnames()
public boolean equals(java.lang.Object inputObject)
equals
in class java.lang.Object
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 |