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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mxGeneratorRandomIntFunction
public mxGeneratorRandomIntFunction(double minWeight,
double maxWeight)
getCost
public double getCost(mxCellState state)
- 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()
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.