| Package | Description |
|---|---|
| org.processmining.nlplogutils.algorithms |
| Modifier and Type | Field and Description |
|---|---|
protected ContextParameters.WindowType |
ContextParameters.windowType |
| Modifier and Type | Method and Description |
|---|---|
ContextParameters.WindowType |
ContextParameters.getWindowType() |
ContextParameters.WindowType |
ContextParameters.getWindowType(java.lang.String eventClassName) |
ContextParameters.WindowType |
ContextParametersPerEvent.getWindowType(java.lang.String eventClassName) |
static ContextParameters.WindowType |
ContextParameters.WindowType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextParameters.WindowType[] |
ContextParameters.WindowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContextParameters.setWindowType(ContextParameters.WindowType windowType) |
| Constructor and Description |
|---|
ContextParameters(ContextParameters.Method method,
ContextParameters.WindowType windowType,
ContextParameters.ContextInfluence influence,
int windowSize) |