Uses of Class
org.opentrafficsim.water.statistics.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 voidContainer. addTransportFee(ContainerTransportFeeBreakdownEnum feeEnum, double fee)doubleContainer. 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 ContainerTransportFeeBreakdownEnumContainerTransportFeeBreakdownEnum. valueOf(java.lang.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.