|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bioconductor.packages.rservices.RJMatrix
public abstract class RJMatrix
Field Summary | |
---|---|
protected int[] |
dim
|
protected java.lang.Object[] |
dimnames
|
Constructor Summary | |
---|---|
RJMatrix()
|
Method Summary | |
---|---|
int[] |
getDim()
Gets the dimention for this RJMatrix. |
java.lang.Object[] |
getDimnames()
Gets the dimnames value for this RJMatrix. |
void |
setDim(int[] dim)
Sets the dimention for this RJMatrix. |
void |
setDimnames(java.lang.Object[] dimnames)
Sets the dimnames value for this RJMatrix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int[] dim
protected java.lang.Object[] dimnames
Constructor Detail |
---|
public RJMatrix()
Method Detail |
---|
public void setDim(int[] dim)
dim
- public int[] getDim()
public void setDimnames(java.lang.Object[] dimnames) throws java.lang.Exception
dimnames
-
java.lang.Exception
public java.lang.Object[] getDimnames()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |