|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--dragon.matrix.AbstractCell
Implements basic functions of interface--Cell such as resetting and comparing cell objects
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor Summary | |
AbstractCell()
|
|
| Method Summary | |
int |
compareTo(java.lang.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface dragon.matrix.Cell |
fromByteArray, fromString, getByteScore, getColumn, getDoubleScore, getIntScore, getLongScore, getRow, merge, setByteScore, setDoubleScore, setIntScore, setLongScore, toByteArray, toString, transpose |
| Constructor Detail |
public AbstractCell()
| Method Detail |
public boolean getResetOption()
Cell
getResetOption in interface Cellpublic void setResetOption(boolean option)
Cell
setResetOption in interface Celloption - the reset optionpublic int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||