public class DoubleAlignmentModelFactory extends AbstractAlignmentModelFactory<ContinuousToken<Double>>
ArrayListAlignmentModel
s with Double
values as tokens.Constructor and Description |
---|
DoubleAlignmentModelFactory() |
Modifier and Type | Method and Description |
---|---|
AlignmentModel<ContinuousToken<Double>> |
doCreateNewModel(NewAlignmentModelParameterMap parameterMap) |
createNewModel, createToken, getSharedIDManager, hasSharedIDManager
public DoubleAlignmentModelFactory()
public AlignmentModel<ContinuousToken<Double>> doCreateNewModel(NewAlignmentModelParameterMap parameterMap)
doCreateNewModel
in class AbstractAlignmentModelFactory<ContinuousToken<Double>>