Uses of Class
org.processmining.plugins.inductiveVisualMiner.export.ExportAlignment.Type
-
Packages that use ExportAlignment.Type Package Description org.processmining.plugins.inductiveVisualMiner.export -
-
Uses of ExportAlignment.Type in org.processmining.plugins.inductiveVisualMiner.export
Methods in org.processmining.plugins.inductiveVisualMiner.export that return ExportAlignment.Type Modifier and Type Method Description static ExportAlignment.TypeExportAlignment.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExportAlignment.Type[]ExportAlignment.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.inductiveVisualMiner.export with parameters of type ExportAlignment.Type Modifier and Type Method Description static voidExportAlignment. exportAlignment(org.processmining.framework.plugin.PluginContext context, IvMLog log, IvMModel model, java.lang.String name, ExportAlignment.Type type)
-