org.bioconductor.packages.rservices
Class RJComplexArray

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

public class RJComplexArray
extends RJArray

See Also:
Serialized Form

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

Field Detail

value

protected RJComplex value
Constructor Detail

RJComplexArray

public RJComplexArray()

RJComplexArray

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

setValue

public void setValue(RJComplex value)
Sets the value for this RJComplexArray.

Parameters:
value -

getValue

public RJComplex getValue()
Gets the value for this RJComplexArray.

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.