Package | Description |
---|---|
org.processmining.plugins.etm.fitness |
Modifier and Type | Method and Description |
---|---|
TreeFitnessInfo.Dimension |
TreeFitnessInfo.getDimension()
The
TreeFitnessInfo.Dimension the metric is concerned with. |
static TreeFitnessInfo.Dimension |
TreeFitnessInfo.Dimension.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeFitnessInfo.Dimension[] |
TreeFitnessInfo.Dimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TreeFitnessInfo(java.lang.Class<? extends TreeFitnessAbstract> clazz,
java.lang.String code,
java.lang.String name,
java.lang.String description,
TreeFitnessInfo.Dimension dimension,
boolean isNatural,
java.lang.Class<? extends TreeFitnessAbstract>... dependsOn)
Create a new instance of information for a tree fitness evaluator.
|