C# Class Tennis.MatchStateWon

Inheritance: MatchStateBase
Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
GetNextSet ( ITournamentRules tournamentRules ) : TennisSet
MatchStateWon ( TennisMatch match, Party winningParty ) : System
SetAdded ( Party party ) : IMatchState

Method Details

GetNextSet() public method

public GetNextSet ( ITournamentRules tournamentRules ) : TennisSet
tournamentRules ITournamentRules
return TennisSet

MatchStateWon() public method

public MatchStateWon ( TennisMatch match, Party winningParty ) : System
match TennisMatch
winningParty Party
return System

SetAdded() public method

public SetAdded ( Party party ) : IMatchState
party Party
return IMatchState