| Constructor and Description |
|---|
CaseStatisticsImpl(org.deckfour.xes.model.XAttributeMap attributeMap,
TokenProgression tokenProgression,
OverlappingInteractionsStrategy overlapStrategy,
LogmoveStrategy logmoveStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static LogmoveStrategy |
LogmoveStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogmoveStrategy[] |
LogmoveStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSBuilder.setLogmoveStrategy(LogmoveStrategy logmoveStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSBuilderImpl.setLogmoveStrategy(LogmoveStrategy logmoveStrategy) |
| Modifier and Type | Method and Description |
|---|---|
LogmoveStrategy |
GeneralParameters.getLogmoveStrategy() |
| Constructor and Description |
|---|
GeneralParameters(AlgorithmVersion algorithmVersion,
LogmoveStrategy logmoveStrategy,
OverlappingInteractionsStrategy overlapStrategy) |