Uses of Class
de.jstacs.algorithms.alignment.cost.Costs.Direction

Packages that use Costs.Direction
de.jstacs.algorithms.alignment.cost Provides classes for cost functions used in alignments 
 

Uses of Costs.Direction in de.jstacs.algorithms.alignment.cost
 

Methods in de.jstacs.algorithms.alignment.cost that return Costs.Direction
static Costs.Direction Costs.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Costs.Direction[] Costs.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.jstacs.algorithms.alignment.cost with parameters of type Costs.Direction
 double SimpleCosts.getCostFor(Sequence s1, Sequence s2, int i, int j, Costs.Direction from)
           
 double MatrixCosts.getCostFor(Sequence s1, Sequence s2, int i, int j, Costs.Direction from)
           
 double Costs.getCostFor(Sequence s1, Sequence s2, int i, int j, Costs.Direction from)
          Returns the costs for the alignment if s1(i) and s2(j) coming from from.