Class mxConstCostFunction
- java.lang.Object
-
- org.processmining.objectcentricconstraintchecking.algorithms.costfunction.mxCostFunction
-
- org.processmining.objectcentricconstraintchecking.algorithms.costfunction.mxConstCostFunction
-
- All Implemented Interfaces:
mxICostFunction
public class mxConstCostFunction extends mxCostFunction
- Author:
- Mate A constant cost function that returns const regardless of edge value
-
-
Constructor Summary
Constructors Constructor Description mxConstCostFunction(double cost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCost(mxCellState state)Evaluates the cost of the given cell state.
-
-
-
Method Detail
-
getCost
public double getCost(mxCellState state)
Description copied from interface:mxICostFunctionEvaluates the cost of the given cell state.- Parameters:
state- The cell state to be evaluated- Returns:
- Returns the cost to traverse the given cell state.
-
-