Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.dma.ihm.game.league.std
Class StdPlayoffRules  view StdPlayoffRules download StdPlayoffRules.java

java.lang.Object
  extended byorg.dma.ihm.game.league.Rules
      extended byorg.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