|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.plugin.PluginCollection
org.processmining.converting.ConvertingPluginCollection
public class ConvertingPluginCollection
Collection of mining algorithms.
MiningPlugin
Constructor Summary | |
---|---|
protected |
ConvertingPluginCollection()
|
Method Summary | |
---|---|
static ConvertingPluginCollection |
getInstance()
Returns an instance of an ConvertingPluginCollection . |
boolean |
isValidPlugin(Plugin plugin)
Returns true if the given plugin is an ConvertingPlugin . |
Methods inherited from class org.processmining.framework.plugin.PluginCollection |
---|
addPlugin, get, get, getByKey, getPlugins, loadFromIni, loadPlugin, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ConvertingPluginCollection()
Method Detail |
---|
public static ConvertingPluginCollection getInstance()
ConvertingPluginCollection
.
ConvertingPluginCollection
public boolean isValidPlugin(Plugin plugin)
true
if the given plugin is an ConvertingPlugin
.
isValidPlugin
in class PluginCollection
plugin
- the plugin to check
true
if the given plugin is an ConvertingPlugin
,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |