|
|||||||||
| Home >> All >> org >> dma >> ihm >> game >> league >> [ std overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dma.ihm.game.league.std
Class StdPlayoffRules

java.lang.Objectorg.dma.ihm.game.league.Rules
org.dma.ihm.game.league.std.StdPlayoffRules
- All Implemented Interfaces:
- java.io.Serializable
- public class StdPlayoffRules
- extends org.dma.ihm.game.league.Rules
StdPlayoffRules class contains rules for match/scoreboard in StdPlayoffs
| Constructor Summary | |
StdPlayoffRules()
Constructor for the StdPlayoffRules object |
|
| Method Summary | |
boolean |
contignousOvertime()
Play multiple overtimes until we have a winner |
int |
minutesPerOvertime()
Minutes per overtime |
int |
minutesPerPeriod()
Minutes per period |
boolean |
needsWinner()
Is winner needed in a match |
int |
numberOfPeriods()
Returns the number of periods. |
int |
playersPerOvertime()
Players per Overtime |
boolean |
playOvertime()
Will overtime be played |
boolean |
playShootout()
Play shootout |
int |
pointsForLoss()
Points for loss |
int |
pointsForOvertimeLoss()
Points for overtime loss |
int |
pointsForOvertimeWin()
Points for overtime win |
int |
pointsForTied()
Points for tied |
int |
pointsForWin()
Points for win |
boolean |
suddenDeath()
Will suddenDeath be played |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
StdPlayoffRules
public StdPlayoffRules()
- Constructor for the StdPlayoffRules object
| Method Detail |
needsWinner
public boolean needsWinner()
- Is winner needed in a match
numberOfPeriods
public int numberOfPeriods()
- Returns the number of periods.
minutesPerPeriod
public int minutesPerPeriod()
- Minutes per period
playOvertime
public boolean playOvertime()
- Will overtime be played
minutesPerOvertime
public int minutesPerOvertime()
- Minutes per overtime
suddenDeath
public boolean suddenDeath()
- Will suddenDeath be played
contignousOvertime
public boolean contignousOvertime()
- Play multiple overtimes until we have a winner
playersPerOvertime
public int playersPerOvertime()
- Players per Overtime
playShootout
public boolean playShootout()
- Play shootout
pointsForWin
public int pointsForWin()
- Points for win
pointsForLoss
public int pointsForLoss()
- Points for loss
pointsForTied
public int pointsForTied()
- Points for tied
pointsForOvertimeWin
public int pointsForOvertimeWin()
- Points for overtime win
pointsForOvertimeLoss
public int pointsForOvertimeLoss()
- Points for overtime loss
|
|||||||||
| Home >> All >> org >> dma >> ihm >> game >> league >> [ std overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC