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