org.bioconductor.packages.rservices
Class RJLogicalMatrix

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

public class RJLogicalMatrix
extends RJMatrix

See Also:
Serialized Form

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

RJLogicalMatrix

public RJLogicalMatrix()

RJLogicalMatrix

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

setValue

public void setValue(boolean[] value)
Sets the value for this RJLogicalMatrix.

Parameters:
value -

getValue

public boolean[] getValue()
Gets the value for this RJLogicalMatrix.

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.