Uses of Class
org.opentrafficsim.water.statistics.ContainerTransportTimeBreakdownEnum
-
Packages that use ContainerTransportTimeBreakdownEnum Package Description org.opentrafficsim.water.demand Demand generation.org.opentrafficsim.water.statistics Statistics classes. -
-
Uses of ContainerTransportTimeBreakdownEnum in org.opentrafficsim.water.demand
Methods in org.opentrafficsim.water.demand with parameters of type ContainerTransportTimeBreakdownEnum Modifier and Type Method Description void
Container. addTransportTime(ContainerTransportTimeBreakdownEnum timeEnum, double time)
double
Container. getTransportTime(ContainerTransportTimeBreakdownEnum timeEnum)
-
Uses of ContainerTransportTimeBreakdownEnum in org.opentrafficsim.water.statistics
Methods in org.opentrafficsim.water.statistics that return ContainerTransportTimeBreakdownEnum Modifier and Type Method Description static ContainerTransportTimeBreakdownEnum
ContainerTransportTimeBreakdownEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerTransportTimeBreakdownEnum[]
ContainerTransportTimeBreakdownEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-