|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Alignment.Costs.Direction | |
---|---|
de.jstacs.algorithms | Provides classes for algorithms on graphs. |
Uses of Alignment.Costs.Direction in de.jstacs.algorithms |
---|
Methods in de.jstacs.algorithms that return Alignment.Costs.Direction | |
---|---|
static Alignment.Costs.Direction |
Alignment.Costs.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Alignment.Costs.Direction[] |
Alignment.Costs.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.jstacs.algorithms with parameters of type Alignment.Costs.Direction | |
---|---|
double |
Alignment.SimpleCosts.getCostFor(Sequence s1,
Sequence s2,
int i,
int j,
Alignment.Costs.Direction from)
|
double |
Alignment.Costs.getCostFor(Sequence s1,
Sequence s2,
int i,
int j,
Alignment.Costs.Direction from)
Returns the costs for the alignment if s1(i) and
s2(j) coming from from . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |