Uses of Class
agents.markets.CarbonMarket.OperationMode
-
Packages that use CarbonMarket.OperationMode Package Description agents.markets -
-
Uses of CarbonMarket.OperationMode in agents.markets
Methods in agents.markets that return CarbonMarket.OperationMode Modifier and Type Method Description static CarbonMarket.OperationMode
CarbonMarket.OperationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CarbonMarket.OperationMode[]
CarbonMarket.OperationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-