public enum LogPreprocessors extends java.lang.Enum<LogPreprocessors>
Enum Constant and Description |
---|
Classifier |
Existing |
MultiAttribs |
NestedCalls |
Overview |
PatternNames |
StructNames |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
boolean |
hasController() |
boolean |
hasDescriptionPanel() |
LogPreprocessController<?,?> |
newController(org.processmining.framework.plugin.PluginContext context,
WorkbenchModel model) |
javax.swing.JPanel |
newDescriptionPanel() |
static LogPreprocessors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogPreprocessors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogPreprocessors Overview
public static final LogPreprocessors NestedCalls
public static final LogPreprocessors StructNames
public static final LogPreprocessors PatternNames
public static final LogPreprocessors MultiAttribs
public static final LogPreprocessors Classifier
public static final LogPreprocessors Existing
public static LogPreprocessors[] values()
for (LogPreprocessors c : LogPreprocessors.values()) System.out.println(c);
public static LogPreprocessors valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
public boolean hasController()
public LogPreprocessController<?,?> newController(org.processmining.framework.plugin.PluginContext context, WorkbenchModel model)
public boolean hasDescriptionPanel()
public javax.swing.JPanel newDescriptionPanel()