Uses of Class
org.opentrafficsim.water.statistics.ContainerTransportCostBreakdownEnum
| Package | Description |
|---|---|
| org.opentrafficsim.water.demand |
Demand generation.
|
| org.opentrafficsim.water.statistics |
Statistics classes.
|
-
Uses of ContainerTransportCostBreakdownEnum in org.opentrafficsim.water.demand
Methods in org.opentrafficsim.water.demand with parameters of type ContainerTransportCostBreakdownEnum Modifier and Type Method Description voidContainer. addTransportCost(ContainerTransportCostBreakdownEnum costEnum, double cost)doubleContainer. getTransportCost(ContainerTransportCostBreakdownEnum costEnum) -
Uses of ContainerTransportCostBreakdownEnum in org.opentrafficsim.water.statistics
Methods in org.opentrafficsim.water.statistics that return ContainerTransportCostBreakdownEnum Modifier and Type Method Description static ContainerTransportCostBreakdownEnumContainerTransportCostBreakdownEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContainerTransportCostBreakdownEnum[]ContainerTransportCostBreakdownEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.