bowlingxp.v2
Class Game

java.lang.Object
  extended by bowlingxp.v2.Game

public class Game
extends java.lang.Object


Constructor Summary
Game()
           
 
Method Summary
 void add(int birilli)
           
 int getFrameCorrente()
           
 int getPunteggio()
           
 int getPunteggioFrame(int frame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

public Game()
Method Detail

add

public void add(int birilli)

getPunteggio

public int getPunteggio()

getFrameCorrente

public int getFrameCorrente()

getPunteggioFrame

public int getPunteggioFrame(int frame)