Alignment API and Server 4.2.${version.update}

fr.inrialpes.exmo.align.gen
Class LCell

java.lang.Object
  extended by fr.inrialpes.exmo.align.gen.LCell
All Implemented Interfaces:
Comparable<LCell>

 class LCell
extends Object
implements Comparable<LCell>


Field Summary
(package private)  Alignment alignment
           
(package private)  Cell cell
           
 
Constructor Summary
LCell(Cell c, Alignment al)
           
 
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
 

Field Detail

alignment

Alignment alignment

cell

Cell cell
Constructor Detail

LCell

LCell(Cell c,
      Alignment al)
Method Detail

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()

Alignment API and Server 4.2.${version.update}

(C) INRIA & friends, 2003-${curryear}