C# Class Tennis.TournamentDouble

Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
GetDecidingSetState ( TennisSet set ) : ISetState
GetInitialMatchState ( TennisMatch match ) : IMatchState
GetNormalGameState ( TennisGame game ) : IGameState
GetNormalSetState ( TennisSet set ) : ISetState

Method Details

GetDecidingSetState() public method

public GetDecidingSetState ( TennisSet set ) : ISetState
set TennisSet
return ISetState

GetInitialMatchState() public method

public GetInitialMatchState ( TennisMatch match ) : IMatchState
match TennisMatch
return IMatchState

GetNormalGameState() public method

public GetNormalGameState ( TennisGame game ) : IGameState
game TennisGame
return IGameState

GetNormalSetState() public method

public GetNormalSetState ( TennisSet set ) : ISetState
set TennisSet
return ISetState