org.bioconductor.packages.rservices
Class RJCharMatrix

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

public class RJCharMatrix
extends RJMatrix

See Also:
Serialized Form

Field Summary
protected  java.lang.String[] value
           
 
Fields inherited from class org.bioconductor.packages.rservices.RJMatrix
dim, dimnames
 
Constructor Summary
RJCharMatrix()
           
RJCharMatrix(java.lang.String[] value, int[] dim, java.lang.Object[] dimnames)
           
 
Method Summary
 boolean equals(java.lang.Object inputObject)
           
 java.lang.String[] getValue()
          Gets the value for this RJCharMatrix.
 void setValue(java.lang.String[] value)
          Sets the value for this RJCharMatrix.
 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 java.lang.String[] value
Constructor Detail

RJCharMatrix

public RJCharMatrix()

RJCharMatrix

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

setValue

public void setValue(java.lang.String[] value)
Sets the value for this RJCharMatrix.

Parameters:
value -

getValue

public java.lang.String[] getValue()
Gets the value for this RJCharMatrix.

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.