Uses of Class
org.biojava.bio.seq.impl.SimpleSequence

Packages that use SimpleSequence
org.biojava.bio.program.phred Parser for Phred output 
org.biojava.bio.seq.impl Standard in-memory implementations of Sequence and Feature
 

Uses of SimpleSequence in org.biojava.bio.program.phred
 

Subclasses of SimpleSequence in org.biojava.bio.program.phred
 class PhredSequence
          PhredSequence is an extension of SimpleSequence that implements Qualitative to hold Phred quality scores.
 

Uses of SimpleSequence in org.biojava.bio.seq.impl
 

Subclasses of SimpleSequence in org.biojava.bio.seq.impl
 class RevCompSequence
          A reverse complement view onto Sequence interface.