Uses of Class
org.powertac.factoredcustomer.CapacityProfile
-
Packages that use CapacityProfile Package Description org.powertac.factoredcustomer org.powertac.factoredcustomer.interfaces -
-
Uses of CapacityProfile in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return types with arguments of type CapacityProfile Modifier and Type Method Description Map<CapacityProfile,ProfileRecommendation.Opinion>
ProfileRecommendation. getOpinions()
List<CapacityProfile>
CapacityProfile. getPermutations(org.powertac.factoredcustomer.CapacityProfile.PermutationRule rule)
Map<CapacityProfile,Double>
ProfileRecommendation. getProbabilities()
Map<CapacityProfile,Double>
ProfileRecommendation. getScores()
Map<CapacityProfile,Double>
ProfileRecommendation. getUtilities()
Methods in org.powertac.factoredcustomer with parameters of type CapacityProfile Modifier and Type Method Description double
CapacityProfile. distanceTo(CapacityProfile other)
double
ProfileRecommendation. getNonScaledScore(CapacityProfile chosenProfile)
void
ProfileRecommendation.Listener. handleProfileRecommendationPerSub(ProfileRecommendation rec, TariffSubscription sub, CapacityProfile capacityProfile)
void
ProfileRecommendation. setOpinion(CapacityProfile profile, ProfileRecommendation.Opinion opinion)
void
ProfileRecommendation. setScore(CapacityProfile profile, Double score)
-
Uses of CapacityProfile in org.powertac.factoredcustomer.interfaces
Methods in org.powertac.factoredcustomer.interfaces that return CapacityProfile Modifier and Type Method Description CapacityProfile
CapacityOriginator. getCurrentForecast()
CapacityProfile
CapacityOriginator. getCurrentForecastPerSub(TariffSubscription sub)
CapacityProfile
CapacityOriginator. getForecastForNextTimeslot()
CapacityProfile
CapacityOriginator. getForecastPerSubStartingAt(int startingTimeslot, TariffSubscription subscription)
-