Package com.mxgraph.generatorfunction
Class mxGeneratorConstFunction
java.lang.Object
com.mxgraph.generatorfunction.mxGeneratorFunction
com.mxgraph.generatorfunction.mxGeneratorConstFunction
- All Implemented Interfaces:
mxICostFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getCost
(mxCellState state) Evaluates the cost of the given cell state.
-
Constructor Details
-
mxGeneratorConstFunction
public mxGeneratorConstFunction(double cost)
-
-
Method Details
-
getCost
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.
-