Package com.mxgraph.generatorfunction
Class mxGeneratorRandomFunction
java.lang.Object
com.mxgraph.generatorfunction.mxGeneratorFunction
com.mxgraph.generatorfunction.mxGeneratorRandomFunction
- All Implemented Interfaces:
mxICostFunction
-
Constructor Summary
ConstructorsConstructorDescriptionmxGeneratorRandomFunction(double minWeight, double maxWeight, int roundToDecimals) -
Method Summary
Modifier and TypeMethodDescriptiondoublegetCost(mxCellState state) Evaluates the cost of the given cell state.doubledoubleintvoidsetRoundToDecimals(int roundToDecimals) voidsetWeightRange(double minWeight, double maxWeight)
-
Constructor Details
-
mxGeneratorRandomFunction
public mxGeneratorRandomFunction(double minWeight, double maxWeight, int roundToDecimals)
-
-
Method Details
-
getCost
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() -
getRoundToDecimals
public int getRoundToDecimals() -
setRoundToDecimals
public void setRoundToDecimals(int roundToDecimals)
-