C# 클래스 Tennis.MatchStateWon

상속: MatchStateBase
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
GetNextSet ( ITournamentRules tournamentRules ) : TennisSet
MatchStateWon ( TennisMatch match, Party winningParty ) : System
SetAdded ( Party party ) : IMatchState

메소드 상세

GetNextSet() 공개 메소드

public GetNextSet ( ITournamentRules tournamentRules ) : TennisSet
tournamentRules ITournamentRules
리턴 TennisSet

MatchStateWon() 공개 메소드

public MatchStateWon ( TennisMatch match, Party winningParty ) : System
match TennisMatch
winningParty Party
리턴 System

SetAdded() 공개 메소드

public SetAdded ( Party party ) : IMatchState
party Party
리턴 IMatchState