org.bioconductor.packages.rservices
Class RJArray

java.lang.Object
  extended by org.bioconductor.packages.rservices.RJArray
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RJCharArray, RJComplexArray, RJIntegerArray, RJLogicalArray, RJNumericArray, RJRawArray

public abstract class RJArray
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  int[] dim
           
protected  java.lang.Object[] dimnames
           
 
Constructor Summary
RJArray()
           
 
Method Summary
 int[] getDim()
          Gets the dimention for this RJArray.
 java.lang.Object[] getDimnames()
          Gets the dimnames value for this RJArray.
 void setDim(int[] dim)
          Sets the dimention for this RJArray.
 void setDimnames(java.lang.Object[] dimnames)
          Sets the dimnames value for this RJArray.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dim

protected int[] dim

dimnames

protected java.lang.Object[] dimnames
Constructor Detail

RJArray

public RJArray()
Method Detail

setDim

public void setDim(int[] dim)
Sets the dimention for this RJArray.

Parameters:
dim -

getDim

public int[] getDim()
Gets the dimention for this RJArray.

Returns:
dim

setDimnames

public void setDimnames(java.lang.Object[] dimnames)
                 throws java.lang.Exception
Sets the dimnames value for this RJArray.

Parameters:
dimnames -
Throws:
java.lang.Exception

getDimnames

public java.lang.Object[] getDimnames()
Gets the dimnames value for this RJArray.

Returns:
dimnames


Copyright Bioconductor. All Rights Reserved.