phylonet.sequence.io
Class PlainXReader.PlainXRecord

java.lang.Object
  extended by phylonet.sequence.io.PlainXReader.PlainXRecord
Enclosing class:
PlainXReader

public static class PlainXReader.PlainXRecord
extends java.lang.Object

This class holds the data for a single Plain sequence.


Method Summary
 java.lang.String getDescription()
           
 char[] getSequence()
           
 java.lang.String getSequenceStr()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns:
the descriptor of the sequence entry.

getSequence

public char[] getSequence()
Returns:
a character array representation of the sequence read.

getSequenceStr

public java.lang.String getSequenceStr()
Returns:
a string representation of the sequence.