C# Class Dynamic_Games.coop.models.Coalition

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
calculateMaximumValue ( ) : void

Method Details

Coalition() public méthode

public Coalition ( int m ) : System
m int
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

addPlayer() public méthode

public addPlayer ( Player player ) : void
player Player
Résultat void

getMaximumValue() public méthode

public getMaximumValue ( ) : Double
Résultat Double

removePlayer() public méthode

public removePlayer ( Player player ) : void
player Player
Résultat void