Class mxConstCostFunction

java.lang.Object
com.mxgraph.costfunction.mxCostFunction
com.mxgraph.costfunction.mxConstCostFunction
All Implemented Interfaces:
mxICostFunction

public class mxConstCostFunction extends mxCostFunction
  • Constructor Details

    • mxConstCostFunction

      public mxConstCostFunction(double cost)
  • Method Details

    • getCost

      public double getCost(mxCellState state)
      Description copied from interface: mxICostFunction
      Evaluates 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.