org.aisb.bio.tools
Class DynamicDuo

java.lang.Object
  extended byorg.aisb.bio.tools.DynamicDuo

public class DynamicDuo
extends java.lang.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

Constructor Summary
DynamicDuo()
           
 
Method Summary
static void initialize()
          Initialize all the data structures used by this framework.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicDuo

public DynamicDuo()
Method Detail

initialize

public static void initialize()
Initialize all the data structures used by this framework.