public class CohortConfigurationStep2 extends java.lang.Object implements org.processmining.framework.util.ui.wizard.ProMWizardStep<CohortClassifier>
| Constructor and Description |
|---|
CohortConfigurationStep2(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 CohortConfigurationStep2(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>