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