Documentation of 'com.mxgraph.analysis.mxConstantCostFunction' Java class
mxConstantCostFunction
com.mxgraph.analysis

Class mxConstantCostFunction

  • All Implemented Interfaces:
    mxICostFunction


    public class mxConstantCostFunction
    extends java.lang.Object
    implements mxICostFunction
    Implements a cost function for a constant cost per traversed cell.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getCost(mxCellState state)
      Evaluates the cost of the given cell state.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • mxConstantCostFunction

        public mxConstantCostFunction(double cost)
        Parameters:
        cost - the cost value for this function
    • Method Detail

      • getCost

        public double getCost(mxCellState state)
        Description copied from interface: mxICostFunction
        Evaluates the cost of the given cell state.
        Specified by:
        getCost in interface mxICostFunction
        Parameters:
        state - The cell state to be evaluated
        Returns:
        Returns the cost to traverse the given cell state.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.