org.bioconductor.packages.rservices
Class RJRawMatrix

java.lang.Object
  extended by org.bioconductor.packages.rservices.RJMatrix
      extended by org.bioconductor.packages.rservices.RJRawMatrix
All Implemented Interfaces:
java.io.Serializable

public class RJRawMatrix
extends RJMatrix

See Also:
Serialized Form

Field Summary
protected  byte[] value
           
 
Fields inherited from class org.bioconductor.packages.rservices.RJMatrix
dim, dimnames
 
Constructor Summary
RJRawMatrix()
           
RJRawMatrix(byte[] value, int[] dim, java.lang.Object[] dimnames)
           
 
Method Summary
 boolean equals(java.lang.Object inputObject)
           
 byte[] getValue()
          Gets the value for this RJRawMatrix.
 void setValue(byte[] value)
          Sets the value for this RJRawMatrix.
 java.lang.String toString()
           
 
Methods inherited from class org.bioconductor.packages.rservices.RJMatrix
getDim, getDimnames, setDim, setDimnames
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected byte[] value
Constructor Detail

RJRawMatrix

public RJRawMatrix()

RJRawMatrix

public RJRawMatrix(byte[] value,
                   int[] dim,
                   java.lang.Object[] dimnames)
Method Detail

setValue

public void setValue(byte[] value)
Sets the value for this RJRawMatrix.

Parameters:
value -

getValue

public byte[] getValue()
Gets the value for this RJRawMatrix.

Returns:
value

equals

public boolean equals(java.lang.Object inputObject)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright Bioconductor. All Rights Reserved.