public class DummyLinkCostCalculator extends java.lang.Object implements LinkCostCalculator
| Constructor and Description |
|---|
DummyLinkCostCalculator() |
DummyLinkCostCalculator(double cost) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLinkCost(LODAnalysisInfo analysisInfo)
Computes the cost of the next link in the analysis info.
|
int[] |
getUserDataCategories()
Returns the required user data categories.
|
public DummyLinkCostCalculator()
public DummyLinkCostCalculator(double cost)
public double getLinkCost(LODAnalysisInfo analysisInfo)
LinkCostCalculatorgetLinkCost in interface LinkCostCalculatoranalysisInfo - analysis infopublic int[] getUserDataCategories()
LinkCostCalculatorgetUserDataCategories in interface LinkCostCalculator