Interface TeamResult<T>

All Superinterfaces:
MatchMakingRating
All Known Implementing Classes:
SimpleTeamResult

public interface TeamResult<T> extends MatchMakingRating
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
    Team rank, 1 for the first place, 2 for the second place etc.
    double
    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()