| Modifier and Type | Method and Description |
|---|---|
static AbstractHistoryAwareCostFunction.CostProfileType |
AbstractHistoryAwareCostFunction.CostProfileType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractHistoryAwareCostFunction.CostProfileType[] |
AbstractHistoryAwareCostFunction.CostProfileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractHistoryAwareCostFunction |
HistoryAwareCostFunctionFactory.getCostFunction(AbstractHistoryAwareCostFunction.CostProfileType type) |
| Modifier and Type | Method and Description |
|---|---|
AbstractHistoryAwareCostFunction.CostProfileType |
HistoryParameters.getCostFunctionType() |
AbstractHistoryAwareCostFunction.CostProfileType |
CostFunctionPanel.getSelectedCostFunctionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryParameters.setCostFunctionType(AbstractHistoryAwareCostFunction.CostProfileType costFunctionType) |
| Constructor and Description |
|---|
HistoryParameters(AbstractHistoryAwareCostFunction.CostProfileType costFunctionType,
AbstractionType abstractionType,
java.util.HashSet<java.lang.String> selectedActivities,
boolean usingDataStatus,
java.util.HashSet<EventAttribute> selectedAttributes) |