Package | Description |
---|---|
org.processmining.niektax.temporalrelations.model |
Modifier and Type | Method and Description |
---|---|
static TimeRelationsCalculator.LookBack |
TimeRelationsCalculator.LookBack.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeRelationsCalculator.LookBack[] |
TimeRelationsCalculator.LookBack.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TimeRelationsCalculator(org.deckfour.xes.model.XLog log,
TimeRelationsCalculator.LookBack lookBack) |
TimeRelationsCalculatorThread(org.deckfour.xes.model.XTrace t,
TimeRelationsCalculator.LookBack lookBack,
com.google.common.collect.Table<java.lang.String,java.lang.String,com.google.common.collect.Multiset<java.lang.Long>> timeRelations,
com.google.common.collect.Table<java.lang.String,java.lang.String,java.lang.Long> maxValues,
com.google.common.collect.Table<java.lang.String,java.lang.String,java.lang.Long> minValues) |