public class DrtTravelTime extends Object implements Serializable
Constructor and Description |
---|
DrtTravelTime() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static DrtTravelTime |
fromSpec(String spec) |
double |
getCoefficient() |
double |
getConstant() |
String |
getSpec() |
int |
hashCode() |
double |
process(double time)
Given a direct time in seconds, return the time processed by the arithmetic function
represented by this class.
|
public static DrtTravelTime fromSpec(String spec)
public double process(double time)
public double getCoefficient()
public double getConstant()
public String getSpec()
Copyright © 2019. All rights reserved.