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)
LinkCostCalculator
getLinkCost
in interface LinkCostCalculator
analysisInfo
- analysis infopublic int[] getUserDataCategories()
LinkCostCalculator
getUserDataCategories
in interface LinkCostCalculator