Package de.jstacs.algorithms

Provides classes for algorithms on graphs.

See:
          Description

Interface Summary
Alignment.Costs General interface for the costs of an alignment.
 

Class Summary
Alignment Class for gapped global alignments using the extended Needleman-Wunsch algorithm.
Alignment.SimpleCosts Class for simple costs with costs mismatch for a mismatch, costs start to start a new gap, elong to elongate a gap by one position, and costs of 0 for a match
Alignment.StringAlignment Class for the representation of an alignment of two strings.
 

Enum Summary
Alignment.Costs.Direction The direction of the predecessor in the DP-matrix
 

Package de.jstacs.algorithms Description

Provides classes for algorithms on graphs. This includes maximum spanning trees of directed and undirected weighted graphs.