| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcompbio.data.sequence.FastaSequence
compbio.data.sequence.AnnotatedSequence
public class AnnotatedSequence
| Constructor Summary | |
|---|---|
AnnotatedSequence(FastaSequence fsequence,
                  float[] annotation)
 | 
|
AnnotatedSequence(String id,
                  String sequence,
                  float[] annotation)
 | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
 | 
 float[] | 
getAnnotation()
 | 
 int | 
hashCode()
 | 
 String | 
toString()
Same as oneLineFasta  | 
| Methods inherited from class compbio.data.sequence.FastaSequence | 
|---|
countMatchesInSequence, getFormatedSequence, getFormattedFasta, getId, getLength, getOnelineFasta, getSequence | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public AnnotatedSequence(String id,
                         String sequence,
                         float[] annotation)
public AnnotatedSequence(FastaSequence fsequence,
                         float[] annotation)
| Method Detail | 
|---|
public float[] getAnnotation()
public int hashCode()
hashCode in class FastaSequencepublic boolean equals(Object obj)
equals in class FastaSequencepublic String toString()
FastaSequence
toString in class FastaSequence
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||