Class ExpressionDataMatrixRowElement
- java.lang.Object
-
- ubic.gemma.core.datastructure.matrix.ExpressionDataMatrixRowElement
-
- All Implemented Interfaces:
Comparable<ExpressionDataMatrixRowElement>
public class ExpressionDataMatrixRowElement extends Object implements Comparable<ExpressionDataMatrixRowElement>
Encapsulates information about the row 'label' for a ExpressionDataMatrix. Normal applications do not need to deal with this very much (I hope).- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description ExpressionDataMatrixRowElement(ExpressionDataMatrix<?> matrix, int i)
ExpressionDataMatrixRowElement(ExpressionDataMatrixRowElement toCopy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ExpressionDataMatrixRowElement o)
boolean
equals(Object obj)
CompositeSequence
getDesignElement()
int
getIndex()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ExpressionDataMatrixRowElement
public ExpressionDataMatrixRowElement(ExpressionDataMatrix<?> matrix, int i)
-
ExpressionDataMatrixRowElement
public ExpressionDataMatrixRowElement(ExpressionDataMatrixRowElement toCopy)
-
-
Method Detail
-
compareTo
public int compareTo(ExpressionDataMatrixRowElement o)
- Specified by:
compareTo
in interfaceComparable<ExpressionDataMatrixRowElement>
-
getDesignElement
public CompositeSequence getDesignElement()
-
getIndex
public int getIndex()
-
-