Modifier and Type | Field and Description |
---|---|
protected ParsimoniousElement.ModelType |
AbstractParsimoniousModel.usedModelType |
Modifier and Type | Method and Description |
---|---|
void |
AbstractParsimoniousModel.setModelType(ParsimoniousElement.ModelType mt) |
Modifier and Type | Field and Description |
---|---|
ParsimoniousElement.ModelType |
ParsimoniousElement.mt |
Modifier and Type | Method and Description |
---|---|
static ParsimoniousElement.ModelType |
ParsimoniousElement.ModelType.parseString(java.lang.String s) |
static ParsimoniousElement.ModelType |
ParsimoniousElement.ModelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParsimoniousElement.ModelType[] |
ParsimoniousElement.ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|