jprotein.data.datatype
Class IndexedResidue

java.lang.Object
  extended by jprotein.data.datatype.Residue
      extended by jprotein.data.datatype.IndexedResidue

public class IndexedResidue
extends Residue


Constructor Summary
IndexedResidue(Residue residue, int index)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getIndex()
           
 java.lang.String toString()
           
 
Methods inherited from class jprotein.data.datatype.Residue
getPosition, getResidueCode, getResidueCode, getResidueIndex, getResidueIndex, getResidueIndex, getResidueSymbol, getResidueSymbol, isAccessible, setAccessibility, setPosition
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexedResidue

public IndexedResidue(Residue residue,
                      int index)
Method Detail

getIndex

public int getIndex()

toString

public java.lang.String toString()
Overrides:
toString in class Residue

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Residue