public class Parameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DAYS |
static int |
HOURS |
static int |
MINUTES |
static int |
MONTHS |
static int |
WEEKS |
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Returns whether these parameters values are equal to the given parameter
values.
|
org.deckfour.xes.classification.XEventClassifier |
getClassifier()
Gets the classifier.
|
java.lang.String |
getComboBoxItem() |
int |
getMineMode() |
int |
getTextFieldValue() |
int |
hashCode()
Returns the has code for these parameters.
|
void |
setClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
Set the classifier to the given classifier.
|
void |
setComboBoxItem(java.lang.String item) |
void |
setMineMode(int mode) |
void |
setTextFieldValue(int num) |
public static final int MINUTES
public static final int HOURS
public static final int DAYS
public static final int WEEKS
public static final int MONTHS
public void setClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
classifier
- The given classifier.public org.deckfour.xes.classification.XEventClassifier getClassifier()
public void setMineMode(int mode)
public int getMineMode()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
Object
- The given parameter values.public int hashCode()
hashCode
in class java.lang.Object
public void setTextFieldValue(int num)
public int getTextFieldValue()
public void setComboBoxItem(java.lang.String item)
public java.lang.String getComboBoxItem()