C# Class Tennis.SetStateBase

Inheritance: ISetState
Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
GameAdded ( Party party ) : ISetState
GetNextGame ( ITournamentRules tournamentRules ) : TennisGame

Protected Methods

Method Description
SetStateBase ( TennisSet set ) : System

Method Details

GameAdded() public abstract method

public abstract GameAdded ( Party party ) : ISetState
party Party
return ISetState

GetNextGame() public abstract method

public abstract GetNextGame ( ITournamentRules tournamentRules ) : TennisGame
tournamentRules ITournamentRules
return TennisGame

SetStateBase() protected method

protected SetStateBase ( TennisSet set ) : System
set TennisSet
return System