Package | Description |
---|---|
org.processmining.traceclustering.models.impl | |
org.processmining.traceclustering.parameters.impl |
Modifier and Type | Method and Description |
---|---|
static TimeWindowType |
TimeWindowType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeWindowType[] |
TimeWindowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TimeWindowType |
TimeWindowParameters.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TimeWindowParameters.setType(TimeWindowType type) |
Constructor and Description |
---|
TimeWindowParameters(TimeWindowType type,
int windowSize) |