patch times and turns (volker)
This commit is contained in:
parent
d719877892
commit
02b8202001
5 changed files with 63 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ public final class BExpressionContextWay extends BExpressionContext implements T
|
|||
private boolean decodeForbidden = true;
|
||||
|
||||
private static String[] buildInVariables =
|
||||
{ "costfactor", "turncost", "uphillcostfactor", "downhillcostfactor", "initialcost", "nodeaccessgranted", "initialclassifier", "trafficsourcedensity", "istrafficbackbone", "priorityclassifier", "classifiermask" };
|
||||
{ "costfactor", "turncost", "uphillcostfactor", "downhillcostfactor", "initialcost", "nodeaccessgranted", "initialclassifier", "trafficsourcedensity", "istrafficbackbone", "priorityclassifier", "classifiermask", "maxspeed" };
|
||||
|
||||
protected String[] getBuildInVariableNames()
|
||||
{
|
||||
|
|
@ -31,6 +31,7 @@ public final class BExpressionContextWay extends BExpressionContext implements T
|
|||
public float getIsTrafficBackbone() { return getBuildInVariable(8); }
|
||||
public float getPriorityClassifier() { return getBuildInVariable(9); }
|
||||
public float getClassifierMask() { return getBuildInVariable(10); }
|
||||
public float getMaxspeed() { return getBuildInVariable(11); }
|
||||
|
||||
public BExpressionContextWay( BExpressionMetaData meta )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue