C# Class MingStar.SimUniversity.Game.Hashing.ZobristHashing

Inheritance: IZobristHashing
Afficher le fichier Open project: MingStar/SimUniversity

Méthodes publiques

Méthode Description
HashCurrentUniversity ( System.Color color ) : void
HashDegree ( System.Color color, DegreeType degree, int quantity ) : void
HashEdge ( System.Color color, EdgePosition ePos ) : void
HashMostInfo ( IUniversity uni, MostInfoType type ) : void
HashStartUp ( System.Color color, bool isSuccessful, int quantity ) : void
HashVertex ( System.Color color, VertexPosition vPos, CampusType type ) : void
NextNewInt64 ( ) : System.UInt64
ZobristHashing ( Game game ) : System

Method Details

HashCurrentUniversity() public méthode

public HashCurrentUniversity ( System.Color color ) : void
color System.Color
Résultat void

HashDegree() public méthode

public HashDegree ( System.Color color, DegreeType degree, int quantity ) : void
color System.Color
degree DegreeType
quantity int
Résultat void

HashEdge() public méthode

public HashEdge ( System.Color color, EdgePosition ePos ) : void
color System.Color
ePos MingStar.SimUniversity.Contract.EdgePosition
Résultat void

HashMostInfo() public méthode

public HashMostInfo ( IUniversity uni, MostInfoType type ) : void
uni IUniversity
type MostInfoType
Résultat void

HashStartUp() public méthode

public HashStartUp ( System.Color color, bool isSuccessful, int quantity ) : void
color System.Color
isSuccessful bool
quantity int
Résultat void

HashVertex() public méthode

public HashVertex ( System.Color color, VertexPosition vPos, CampusType type ) : void
color System.Color
vPos MingStar.SimUniversity.Contract.VertexPosition
type CampusType
Résultat void

NextNewInt64() public méthode

public NextNewInt64 ( ) : System.UInt64
Résultat System.UInt64

ZobristHashing() public méthode

public ZobristHashing ( Game game ) : System
game Game
Résultat System