org.aisb.bio.tools
Class DynamicDuo
java.lang.Object
org.aisb.bio.tools.DynamicDuo
- public class DynamicDuo
- extends Object
This is the framework for doing pairwise alignments.
This class is used to manage the framework as a whole. To start using the framework, call
the static "initialize()" method exactly once.
- Author:
- Doug DeJulio
Method Summary |
static void |
initialize()
Initialize all the data structures used by this framework. |
DynamicDuo
public DynamicDuo()
initialize
public static void initialize()
- Initialize all the data structures used by this framework.