Uses of Class
org.episteme.social.sports.Team
Packages that use Team
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of Team in org.episteme.social.sports
Methods in org.episteme.social.sports that return TeamModifier and TypeMethodDescriptionTournamentSchedulers.ScheduledMatch.away()Returns the value of theawayrecord component.Match.getAwayTeam()Match.getHomeTeam()Match.getWinner()TournamentSchedulers.ScheduledMatch.home()Returns the value of thehomerecord component.Method parameters in org.episteme.social.sports with type arguments of type TeamModifier 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.TournamentSchedulers.generateSwissRound(List<Team> teams, Map<Team, Integer> currentScores, int roundNumber) Generates pairings for a Swiss System tournament round based on current scores.Constructors in org.episteme.social.sports with parameters of type TeamModifierConstructorDescriptionMatch(Sport sport, TimeCoordinate date, Team homeTeam, Team awayTeam) Creates a new Match.ScheduledMatch(Team home, Team away, int round) Creates an instance of aScheduledMatchrecord class.