public class TreeMutationRegistry
extends java.lang.Object
Constructor and Description |
---|
TreeMutationRegistry(org.processmining.framework.plugin.PluginContext context)
Instantiates the registry of all known
TreeMutationAnnotation
instances. |
Modifier and Type | Method and Description |
---|---|
java.util.List<TreeMutationInfo> |
getAllMetricInfos()
Returns the list of all metric instances
|
TreeMutationInfo |
getTreeFitnessInfoByCode(java.lang.String code)
Returns the
TreeFitnessInfo instance with the provided coded or
NULL if no such info exists. |
public TreeMutationRegistry(org.processmining.framework.plugin.PluginContext context)
TreeMutationAnnotation
instances.context
- public java.util.List<TreeMutationInfo> getAllMetricInfos()
public TreeMutationInfo getTreeFitnessInfoByCode(java.lang.String code)
TreeFitnessInfo
instance with the provided coded or
NULL if no such info exists.code
-