|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConvertingPlugin
The interface implemented by all converting algorithms.
This interface is the minimum that should be implemented by a converting algorithm that is used in the process mining framework. See the documentation on how to implement converting algorithms for more information.
Method Summary | |
---|---|
boolean |
accepts(ProvidedObject original)
This function tells the interface which results are accepted by this Plugin |
MiningResult |
convert(ProvidedObject original)
Execute this conversion algorithm on the given log file. |
Methods inherited from interface org.processmining.framework.plugin.Plugin |
---|
getHtmlDescription, getName |
Method Detail |
---|
MiningResult convert(ProvidedObject original)
original
- The original mining result
MininResult
objectboolean accepts(ProvidedObject original)
original
- The original mining result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |