public class HeuristicRegistry
extends java.lang.Object
Constructor and Description |
---|
HeuristicRegistry() |
Modifier and Type | Method and Description |
---|---|
<T extends HeuristicExtension> |
getHeuristicExtensions(org.processmining.framework.plugin.PluginContext context,
java.lang.Class<T> extensionClass)
Returns all
HeuristicExtension classes that are annotated with
the HeuristicPlugin annotation and implement the class specified
by parameter 'extensionClass'. |
public <T extends HeuristicExtension> java.lang.Iterable<T> getHeuristicExtensions(org.processmining.framework.plugin.PluginContext context, java.lang.Class<T> extensionClass)
HeuristicExtension
classes that are annotated with
the HeuristicPlugin
annotation and implement the class specified
by parameter 'extensionClass'.context
- extensionClass
-