Interface mxICostFunction

    • Method Summary

      Modifier and Type Method Description
      double getCost​(mxCellState state)
      Evaluates the cost of the given cell state.
    • Method Detail

      • getCost

        double getCost​(mxCellState state)
        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.