Class ExporterModelStatistics
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- org.processmining.plugins.graphviz.visualisation.export.Exporter
-
- org.processmining.plugins.inductiveVisualMiner.export.IvMExporter
-
- org.processmining.plugins.inductiveVisualMiner.export.ExporterModelStatistics
-
public class ExporterModelStatistics extends IvMExporter
-
-
Field Summary
Fields Modifier and Type Field Description protected InductiveVisualMinerConfigurationconfiguration
-
Constructor Summary
Constructors Constructor Description ExporterModelStatistics(InductiveVisualMinerConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IvMObject<?>[]createInputObjects()protected IvMObject<?>[]createNonTriggerObjects()voidexport(IvMObjectValues inputs, InductiveVisualMinerAnimationPanel panel, java.io.File file)java.lang.StringgetDescription()protected java.lang.StringgetExtension()-
Methods inherited from class org.processmining.plugins.inductiveVisualMiner.export.IvMExporter
export, getInputObjects, getTriggerObjects, setInputs
-
-
-
-
Field Detail
-
configuration
protected final InductiveVisualMinerConfiguration configuration
-
-
Constructor Detail
-
ExporterModelStatistics
public ExporterModelStatistics(InductiveVisualMinerConfiguration configuration)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescriptionin classorg.processmining.plugins.graphviz.visualisation.export.Exporter
-
getExtension
protected java.lang.String getExtension()
- Specified by:
getExtensionin classorg.processmining.plugins.graphviz.visualisation.export.Exporter
-
createInputObjects
protected IvMObject<?>[] createInputObjects()
- Specified by:
createInputObjectsin classIvMExporter
-
createNonTriggerObjects
protected IvMObject<?>[] createNonTriggerObjects()
- Specified by:
createNonTriggerObjectsin classIvMExporter
-
export
public void export(IvMObjectValues inputs, InductiveVisualMinerAnimationPanel panel, java.io.File file) throws java.lang.Exception
- Specified by:
exportin classIvMExporter- Throws:
java.lang.Exception
-
-