public class FitnessRegistry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TreeFitnessInfo[] |
defaultKnownInfos
A STATIC (!!!) list of tree fitness infos that are always known, since
they are implemented and part of the Evolutionary Tree Miner Package.
|
TreeFitnessInfo[] |
knownInfosArray |
Constructor and Description |
---|
FitnessRegistry(org.processmining.framework.plugin.PluginContext context)
Instantiates the registry of all known
TreeFitnessAbstract
instances. |
Modifier and Type | Method and Description |
---|---|
java.util.List<TreeFitnessInfo> |
getAllMetricInfos()
Returns the list of all metric instances
|
TreeFitnessInfo[] |
getAllMetricInfosAsArray() |
TreeFitnessInfo |
getTreeFitnessInfoByCode(java.lang.String code)
Returns the
TreeFitnessInfo instance with the provided coded or
NULL if no such info exists. |
static TreeFitnessInfo |
getTreeFitnessInfoByCode(java.lang.String code,
TreeFitnessInfo[] infos) |
public TreeFitnessInfo[] knownInfosArray
public static TreeFitnessInfo[] defaultKnownInfos
public FitnessRegistry(org.processmining.framework.plugin.PluginContext context)
TreeFitnessAbstract
instances.context
- public java.util.List<TreeFitnessInfo> getAllMetricInfos()
public TreeFitnessInfo[] getAllMetricInfosAsArray()
public TreeFitnessInfo getTreeFitnessInfoByCode(java.lang.String code)
TreeFitnessInfo
instance with the provided coded or
NULL if no such info exists.code
- public static TreeFitnessInfo getTreeFitnessInfoByCode(java.lang.String code, TreeFitnessInfo[] infos)