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