C# Class Tennis.MatchStateBase

Inheritance: IMatchState
Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
GetNextSet ( ITournamentRules tournamentRules ) : TennisSet
SetAdded ( Party party ) : IMatchState

Protected Methods

Method Description
MatchStateBase ( TennisMatch match ) : System

Method Details

GetNextSet() public abstract method

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

MatchStateBase() protected method

protected MatchStateBase ( TennisMatch match ) : System
match TennisMatch
return System

SetAdded() public abstract method

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