org.bioconductor.packages.rservices
Class RJNumericArray
java.lang.Object
org.bioconductor.packages.rservices.RJArray
org.bioconductor.packages.rservices.RJNumericArray
- All Implemented Interfaces:
- java.io.Serializable
public class RJNumericArray
- extends RJArray
- See Also:
- Serialized Form
Field Summary |
protected double[] |
value
|
Method Summary |
boolean |
equals(java.lang.Object inputObject)
|
double[] |
getValue()
Gets the value for this RJNumericArray. |
void |
setValue(double[] value)
Sets the value for this RJNumericArray. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
protected double[] value
RJNumericArray
public RJNumericArray()
RJNumericArray
public RJNumericArray(double[] value,
int[] dim,
java.lang.Object[] dimnames)
setValue
public void setValue(double[] value)
- Sets the value for this RJNumericArray.
- Parameters:
value
-
getValue
public double[] getValue()
- Gets the value for this RJNumericArray.
- 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.