| Modifier and Type | Field and Description |
|---|---|
protected AbstractionType |
HistoryAwareCostFunction.abstractionType |
| Modifier and Type | Method and Description |
|---|---|
static AbstractionType |
AbstractionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractionType[] |
AbstractionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryAwareCostFunction.computeAbstractionProbability(double maxTraceLength,
java.util.HashMap<TraceAbstraction,java.lang.Integer> abstractedTraceFrequency,
java.util.HashMap<TraceAbstraction,java.util.HashMap<java.lang.String,java.util.Vector<NextActivity>>> activityFrequency,
AbstractionType abstractionType) |
void |
HistoryAwareCostFunction.computeAllPrefixTraceProbability(java.util.HashMap<TraceElements,java.lang.Integer> prefixFrequencyHashMap,
java.util.HashMap<TraceElements,java.util.HashMap<java.lang.String,java.util.Vector<NextActivity>>> nextActivityFrequencyHashMap,
AbstractionType abstractionType) |
static void |
HistoryAbstraction.getHistoryAbstraction(org.deckfour.xes.model.XLog log,
java.util.HashSet<java.lang.String> activities,
java.util.HashSet<java.lang.String> selectedActivities,
AbstractionType abstractionType,
java.util.HashMap<TraceAbstraction,java.lang.Integer> abstractedTraceFrequency,
java.util.HashMap<TraceAbstraction,java.util.HashMap<java.lang.String,java.util.Vector<NextActivity>>> activityFrequency,
java.util.Map<DPNetNode,org.deckfour.xes.classification.XEventClass> activityMapping) |
| Constructor and Description |
|---|
TraceAbstraction(java.util.HashSet<java.lang.String> selectedActivities,
AbstractionType abstractionType) |
| Modifier and Type | Method and Description |
|---|---|
AbstractionType |
HistoryParameters.getAbstractionType() |
AbstractionType |
CostFunctionPanel.getAbstractType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryParameters.setAbstractionType(AbstractionType abstractionType) |
| Constructor and Description |
|---|
HistoryParameters(AbstractHistoryAwareCostFunction.CostProfileType costFunctionType,
AbstractionType abstractionType,
java.util.HashSet<java.lang.String> selectedActivities,
boolean usingDataStatus,
java.util.HashSet<EventAttribute> selectedAttributes) |