public class CohortConfigurationStep extends java.lang.Object implements org.processmining.framework.util.ui.wizard.ProMWizardStep<CohortClassifier>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
classifierType |
Constructor and Description |
---|
CohortConfigurationStep(org.deckfour.xes.model.XLog l) |
Modifier and Type | Method and Description |
---|---|
CohortClassifier |
apply(CohortClassifier model,
javax.swing.JComponent component) |
boolean |
canApply(CohortClassifier model,
javax.swing.JComponent component) |
javax.swing.JComponent |
getComponent(CohortClassifier model) |
java.lang.String |
getTitle() |
public CohortConfigurationStep(org.deckfour.xes.model.XLog l)
public java.lang.String getTitle()
getTitle
in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<CohortClassifier>
public javax.swing.JComponent getComponent(CohortClassifier model)
getComponent
in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<CohortClassifier>
public boolean canApply(CohortClassifier model, javax.swing.JComponent component)
canApply
in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<CohortClassifier>
public CohortClassifier apply(CohortClassifier model, javax.swing.JComponent component)
apply
in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<CohortClassifier>