Uses of Class
org.powertac.factoredcustomer.CapacityStructure.ElasticityModelType
-
Packages that use CapacityStructure.ElasticityModelType Package Description org.powertac.factoredcustomer -
-
Uses of CapacityStructure.ElasticityModelType in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return CapacityStructure.ElasticityModelType Modifier and Type Method Description CapacityStructure.ElasticityModelTypeCapacityStructure. getElasticityModelType()static CapacityStructure.ElasticityModelTypeCapacityStructure.ElasticityModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static CapacityStructure.ElasticityModelType[]CapacityStructure.ElasticityModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-