public class CostFunction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CostFunction.CostFactor |
| Modifier and Type | Field and Description |
|---|---|
static String |
DistanceToPrevious |
| Constructor and Description |
|---|
CostFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCostFactor(String name,
float fraction,
boolean ascending) |
List<CostFunction.CostFactor> |
getCostFactors() |
void |
removeCostFactors(Set<String> factorsToRemove) |
public static String DistanceToPrevious
Copyright © 2018. All Rights Reserved.