Uses of Record Class
org.episteme.social.sports.TournamentSchedulers.ScheduledMatch
Packages that use TournamentSchedulers.ScheduledMatch
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of TournamentSchedulers.ScheduledMatch in org.episteme.social.sports
Methods in org.episteme.social.sports that return types with arguments of type TournamentSchedulers.ScheduledMatchModifier and TypeMethodDescriptionTournamentSchedulers.generateRoundRobin(List<Team> teams) Generates a complete Round Robin schedule for the given teams.TournamentSchedulers.generateSwissRound(List<Team> teams, Map<Team, Integer> currentScores, int roundNumber) Generates pairings for a Swiss System tournament round based on current scores.