fr.inrialpes.exmo.align.gen
Class LCell
java.lang.Object
fr.inrialpes.exmo.align.gen.LCell
- All Implemented Interfaces:
- Comparable<LCell>
class LCell
- extends Object
- implements Comparable<LCell>
Method Summary |
int |
compareTo(LCell c)
This is not the standard required definition of compareTo
But this is the one which works exactly here (we want the structure ordered,
we do not want that two cells be equated (in case of 0) |
(package private) Alignment |
getAlignment()
|
(package private) Cell |
getCell()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alignment
Alignment alignment
cell
Cell cell
LCell
LCell(Cell c,
Alignment al)
compareTo
public int compareTo(LCell c)
- This is not the standard required definition of compareTo
But this is the one which works exactly here (we want the structure ordered,
we do not want that two cells be equated (in case of 0)
- Specified by:
compareTo
in interface Comparable<LCell>
getAlignment
Alignment getAlignment()
getCell
Cell getCell()
(C) INRIA & friends, 2003-${curryear}