org.biojava.bio.structure.align.helper
Class AligMatEl

java.lang.Object
  extended by org.biojava.bio.structure.align.helper.IndexPair
      extended by org.biojava.bio.structure.align.helper.AligMatEl
All Implemented Interfaces:
Serializable

public class AligMatEl
extends IndexPair

See Also:
Serialized Form

Constructor Summary
AligMatEl()
           
 
Method Summary
 int getContig()
           
 int getValue()
           
 void setContig(int contig)
           
 void setValue(int value)
           
 String toString()
           
 
Methods inherited from class org.biojava.bio.structure.align.helper.IndexPair
getCol, getRow, setCol, setRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AligMatEl

public AligMatEl()
Method Detail

getContig

public int getContig()

setContig

public void setContig(int contig)

getValue

public int getValue()

setValue

public void setValue(int value)

toString

public String toString()
Overrides:
toString in class IndexPair