Package | Description |
---|---|
Models |
Provides classes for defining a phylogenetic model.
|
Modifier and Type | Method and Description |
---|---|
static DNAModelFactory.DNAModel |
DNAModelFactory.DNAModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DNAModelFactory.DNAModel[] |
DNAModelFactory.DNAModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DNAModelFactory(DNAModelFactory.DNAModel model)
Constructor so that calls to
DNAModelFactory.getModel() and DNAModelFactory.getParameters()
return the appropiate model or the appropiate parameters. |
DNAModelFactory(DNAModelFactory.DNAModel model,
int numCats)
Constructor so that calls to
DNAModelFactory.getModel() and DNAModelFactory.getParameters()
return the appropriate model or the appropriate parameters. |