| Modifier and Type | Method and Description |
|---|---|
TokenProgression |
CaseStatistics.getTokenProgression() |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<TokenProgression> |
PlaceStatistics.getNonZeroTokenProgressions() |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenProgressionImpl |
| Modifier and Type | Method and Description |
|---|---|
TokenProgression |
CaseStatisticsImpl.getTokenProgression() |
| Constructor and Description |
|---|
CaseStatisticsImpl(org.deckfour.xes.model.XAttributeMap attributeMap,
TokenProgression tokenProgression,
OverlappingInteractionsStrategy overlapStrategy,
LogmoveStrategy logmoveStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSBuilder.setTokenProgression(TokenProgression tokenProgression) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Double |
Helpers.getAverageCaseEvents(java.util.Collection<TokenProgression> tokenProgressions) |
static java.lang.Double |
Helpers.getAverageSize(java.util.Collection<TokenProgression> tokenProgressions) |
| Modifier and Type | Method and Description |
|---|---|
TokenProgression |
TPBuilderImpl.create() |
static TokenProgression |
TPBuilderImpl.generateSimplifiedAGG(java.util.Collection<TokenProgression> collection,
boolean relative) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSBuilderImpl.setTokenProgression(TokenProgression tokenProgression) |
| Modifier and Type | Method and Description |
|---|---|
static TokenProgression |
TPBuilderImpl.generateSimplifiedAGG(java.util.Collection<TokenProgression> collection,
boolean relative) |
| Constructor and Description |
|---|
JFreeChartTPGraph(java.util.Collection<TokenProgression> tokenProgressions) |