Package com.mxgraph.generatorfunction
Class mxGeneratorRandomIntFunction
- java.lang.Object
-
- com.mxgraph.generatorfunction.mxGeneratorFunction
-
- com.mxgraph.generatorfunction.mxGeneratorRandomIntFunction
-
- All Implemented Interfaces:
mxICostFunction
public class mxGeneratorRandomIntFunction extends mxGeneratorFunction
-
-
Constructor Summary
Constructors Constructor Description mxGeneratorRandomIntFunction(double minWeight, double maxWeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCost(mxCellState state)Evaluates the cost of the given cell state.doublegetMaxWeight()doublegetMinWeight()voidsetWeightRange(double minWeight, double maxWeight)
-
-
-
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.
-
getMaxWeight
public double getMaxWeight()
-
setWeightRange
public void setWeightRange(double minWeight, double maxWeight)
-
getMinWeight
public double getMinWeight()
-
-