| Package | Description |
|---|---|
| org.processmining.nlplogutils.algorithms |
| Modifier and Type | Field and Description |
|---|---|
protected ContextParameters.Method |
ContextParameters.method |
| Modifier and Type | Method and Description |
|---|---|
ContextParameters.Method |
ContextParameters.getMethod() |
ContextParameters.Method |
ContextParameters.getMethod(java.lang.String eventClassName) |
ContextParameters.Method |
ContextParametersPerEvent.getMethod(java.lang.String eventClassName) |
static ContextParameters.Method |
ContextParameters.Method.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextParameters.Method[] |
ContextParameters.Method.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.setMethod(ContextParameters.Method method) |
| Constructor and Description |
|---|
ContextParameters(ContextParameters.Method method,
ContextParameters.WindowType windowType,
ContextParameters.ContextInfluence influence,
int windowSize) |