Package | Description |
---|---|
de.unibi.citec.tcs.alignment |
This package contains the actual AlignmentAlgorithms as well as their return
classes.
|
Modifier and Type | Method and Description |
---|---|
ScoreBasedWeighting |
PathMap.getWeighting()
Returns the weighting that is used during derivative calculation.
|
static ScoreBasedWeighting |
ScoreBasedWeighting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScoreBasedWeighting[] |
ScoreBasedWeighting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PathMap.setWeighting(ScoreBasedWeighting weighting)
Sets the weighting that is used during derivative calculation.
|
Copyright © 2014. All rights reserved.