| Constructor and Description |
|---|
CaseStatisticsImpl(org.deckfour.xes.model.XAttributeMap attributeMap,
TokenProgression tokenProgression,
OverlappingInteractionsStrategy overlapStrategy,
LogmoveStrategy logmoveStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static OverlappingInteractionsStrategy |
OverlappingInteractionsStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverlappingInteractionsStrategy[] |
OverlappingInteractionsStrategy.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.setOverlappingInteractionStrategy(OverlappingInteractionsStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSBuilderImpl.setOverlappingInteractionStrategy(OverlappingInteractionsStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
OverlappingInteractionsStrategy |
GeneralParameters.getOverlappingInteractionStrategy() |
| Constructor and Description |
|---|
GeneralParameters(AlgorithmVersion algorithmVersion,
LogmoveStrategy logmoveStrategy,
OverlappingInteractionsStrategy overlapStrategy) |