km/h
This commit is contained in:
parent
d31cfdce25
commit
5140e88075
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public interface ArcInspector {
|
||||||
public double getCost(Arc arc);
|
public double getCost(Arc arc);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return The maximum speed for this inspector, or
|
* @return The maximum speed for this inspector in km/h, or
|
||||||
* {@link GraphStatistics#NO_MAXIMUM_SPEED} if none is set.
|
* {@link GraphStatistics#NO_MAXIMUM_SPEED} if none is set.
|
||||||
*/
|
*/
|
||||||
public int getMaximumSpeed();
|
public int getMaximumSpeed();
|
||||||
|
|
Loading…
Reference in a new issue