| Package | Description | 
|---|---|
| org.biojava.bio.alignment | 
Classes to generate and describe sequence alignments. | 
| org.biojava.bio.seq.impl | Standard in-memory implementations of  SequenceandFeature. | 
| org.biojava.bio.symbol | Representation of the Symbols that make up a sequence, and locations within
them. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractULAlignment | 
| class  | AbstractULAlignment.SubULAlignment | 
| class  | AlignmentPairThis class stores the result of an alignment procedure that creates a
 pairwise alignment of two sequences. | 
| class  | FlexibleAlignment
 FlexibleAlignment is a class which implements UnequalLengthAlignment,
 ARAlignment and EditableAlignment It places no restriction on where any
 sequence can be in the alignment so there could be gaps in the alignment. | 
| class  | SimpleAlignmentA simple implementation of an Alignment. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AssembledSymbolListSupport class for applications which need to patch together sections
 of sequence into a single SymbolList. | 
| class  | NewAssembledSymbolListSupport class for applications which need to patch together sections
 of sequence into a single SymbolList. | 
| class  | SimpleGappedSequenceSimple implementation of GappedSequence. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChunkedSymbolListSymbolList implementation using constant-size chunks. | 
| class  | DummySymbolListSymbol list which just consists of non-informative symbols. | 
| class  | PackedSymbolList
 A SymbolList that stores symbols as bit-patterns in an array of longs. | 
| class  | SimpleGappedSymbolListThis implementation of GappedSymbolList wraps a SymbolList, allowing you to
 insert gaps. | 
| class  | SimpleSymbolListBasic implementation of SymbolList. | 
Copyright © 2014 BioJava. All rights reserved.