Uses of Class
org.opentrafficsim.water.statistics.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 voidContainer. addTransportTime(ContainerTransportTimeBreakdownEnum timeEnum, double time)doubleContainer. 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 ContainerTransportTimeBreakdownEnumContainerTransportTimeBreakdownEnum. valueOf(java.lang.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.