Star Wars Risk
Chargement...
Recherche...
Aucune correspondance
Référence de l'interface GameModel.Algorithms.IAlgorithmDistribution

Interface pour les algorithmes de répartition sur le plateau. Plus de détails...

Graphe d'héritage de GameModel.Algorithms.IAlgorithmDistribution:
GameModel.Algorithms.Algorithm.AlgorithmPlayersDistribution GameModel.Algorithms.Algorithm.AlgorithmTroopsDistribution

Fonctions membres publiques

void Run (Graph graph, List< PlayerData > players)
 Exécute l'algorithme sur le graphe donné
 

Propriétés

string Name [get]
 Obtient le nom de l'algorithme.
 

Description détaillée

Interface pour les algorithmes de répartition sur le plateau.

<author>Axel Burillier</author>

Documentation des fonctions membres

◆ Run()

void GameModel.Algorithms.IAlgorithmDistribution.Run ( Graph graph,
List< PlayerData > players )

Exécute l'algorithme sur le graphe donné

Paramètres
graphLe graphe sur lequel est exécuté l'algorithme
playersListe des joueurs de la partie

<author>Axel Burillier</author>

Implémenté dans GameModel.Algorithms.Algorithm.AlgorithmPlayersDistribution, et GameModel.Algorithms.Algorithm.AlgorithmTroopsDistribution.

Documentation des propriétés

◆ Name

string GameModel.Algorithms.IAlgorithmDistribution.Name
get

Obtient le nom de l'algorithme.

<author>Axel Burillier</author>

Implémenté dans GameModel.Algorithms.Algorithm.AlgorithmPlayersDistribution, et GameModel.Algorithms.Algorithm.AlgorithmTroopsDistribution.


La documentation de cette interface a été générée à partir du fichier suivant :