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