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