C# Class Dynamic_Games.coop.models.Coalition

Mostra file Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Methods

Method Description
Coalition ( int m ) : System
ToString ( ) : String
addPlayer ( Player player ) : void
getMaximumValue ( ) : Double
removePlayer ( Player player ) : void

Private Methods

Method Description
calculateMaximumValue ( ) : void

Method Details

Coalition() public method

public Coalition ( int m ) : System
m int
return System

ToString() public method

public ToString ( ) : String
return String

addPlayer() public method

public addPlayer ( Player player ) : void
player Player
return void

getMaximumValue() public method

public getMaximumValue ( ) : Double
return Double

removePlayer() public method

public removePlayer ( Player player ) : void
player Player
return void