| Home >> All >> org >> dma >> ihm >> game >> league >> [ std Javadoc ] |
| | org.dma.ihm.game.league.std.events.* (6) |
org.dma.ihm.game.league.std: Javadoc index of package org.dma.ihm.game.league.std.
Package Samples:
org.dma.ihm.game.league.std.events
Classes:
StdLeague: StdLeague Implementation of a standard League after the model of the lovely country called Switzerland ;-) - Stdleague may have n teams. - The teams will play n1 times against each other (once at home, once away) called regular season. - After the regular season the top teams play Playoffs, the bottom teams Playouts. - The playoff/outs work with n2 "levels" (quarter, semi- and final or more) - If 0 is passed by the constructor as starting level of playoffs/outs none are played.
StdLeagueOwner: StdLeagueOwner Implementation of a standard LeagueOwner working with StdLeagues. - After the needed leagues are finished, the loser of an upper, the winner of a bottom league will play "League playoffs" against each other (and switch places if needed) - If 0 is passed by the constructor as starting level of leaguePlayoffs none are played.
StdRegularSeason: StdRegularSeason Implementation of a regular season schedule like used in Switzerland. - Creates schedule for home and away games in a season and places them into the game calendar.
StdGameCalendarLeaguePlayoffFinishedEvent: StdGameCalendarLeaguePlayoffFinishedEvent When play() is started it calls the leaguePlayoffsFinished() function in the StdLeagueOwner.
StdGameCalendarPlayoutFinishedEvent: StdGameCalendarPlayoutFinishedEvent When play() is started it calls the leaguePlayoutsFinished() function in the StdLeague.
StdGameCalendarPlayoffFinishedEvent: StdGameCalendarPlayoffFinishedEvent When play() is started it calls the leaguePlayoffsFinished() function in the StdLeague.
StdGameCalendarNewPlayoffLevelEvent: StdGameCalendarNewPlayoffLevelEvent When play() is started it calls the generatePlayoffsLevel() function in the StdLeague.
StdGameCalendarNewPlayoutLevelEvent: StdGameCalendarNewPlayoutLevelEvent When play() is started it calls the generatePlayoutsLevel() function in the StdLeague.
StdGameCalendarPlayoffRoundFinishedEvent: StdGameCalendarPlayoffRoundFinishedEvent When play() is started it calls the roundPlayed() function in the StdPlayoffs.
StdPlayoffs: StdPlayoffs Implementation of playoffs. - Creates matches & GameDayEvents and post them in the calendar.
StdPlayoffRules: StdPlayoffRules class contains rules for match/scoreboard in StdPlayoffs
StdRegularSeasonRules: Rules class contains rules for match/scoreboard base class for each rule
| Home | Contact Us | Privacy Policy | Terms of Service |