Package com.pocketcombats.openskill.data
Interface TeamResult<T>
- All Superinterfaces:
MatchMakingRating
- All Known Implementing Classes:
SimpleTeamResult
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends PlayerResult<T>> players()intrank()Team rank, 1 for the first place, 2 for the second place etc.doubleweight()Weight of the overall team result.Methods inherited from interface com.pocketcombats.openskill.data.MatchMakingRating
mu, sigma
-
Method Details
-
rank
int rank()Team rank, 1 for the first place, 2 for the second place etc. -
weight
double weight()Weight of the overall team result. Can be, for example, victory confidence. -
players
Collection<? extends PlayerResult<T>> players()
-