public class CSBuilderImpl extends java.lang.Object implements CSBuilder
| Constructor and Description |
|---|
CSBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
CaseStatistics |
create() |
boolean |
isComplete() |
void |
setAttributeMap(org.deckfour.xes.model.XAttributeMap attributeMap) |
void |
setLogmoveStrategy(LogmoveStrategy logmoveStrategy) |
void |
setOverlappingInteractionStrategy(OverlappingInteractionsStrategy strategy) |
void |
setTokenProgression(TokenProgression tokenProgression) |
public void setTokenProgression(TokenProgression tokenProgression)
setTokenProgression in interface CSBuilderpublic void setAttributeMap(org.deckfour.xes.model.XAttributeMap attributeMap)
setAttributeMap in interface CSBuilderpublic boolean isComplete()
isComplete in interface Builder<CaseStatistics>public CaseStatistics create()
create in interface Builder<CaseStatistics>public void setLogmoveStrategy(LogmoveStrategy logmoveStrategy)
setLogmoveStrategy in interface CSBuilderpublic void setOverlappingInteractionStrategy(OverlappingInteractionsStrategy strategy)
setOverlappingInteractionStrategy in interface CSBuilder