public abstract class AbstractCell extends Object implements Cell, Serializable
Implements basic functions of interface--Cell such as resetting and comparing cell objects
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
AbstractCell() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
getResetOption()
If the reset option is true, the merge method replaces the cell score with the new score, otherwise adds the new score to the existing score.
|
void |
setResetOption(boolean option)
If the reset option is true, the merge method replaces the cell score with the new score, otherwise adds the new score to the existing score.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromByteArray, fromString, getByteScore, getColumn, getDoubleScore, getIntScore, getLongScore, getRow, merge, setByteScore, setDoubleScore, setIntScore, setLongScore, toByteArray, toString, transposepublic boolean getResetOption()
CellgetResetOption in interface Cellpublic void setResetOption(boolean option)
CellsetResetOption in interface Celloption - the reset optionpublic int compareTo(Object obj)
compareTo in interface ComparableCopyright © 2018 JULIE Lab, Germany. All rights reserved.