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

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

Méthodes publiques

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

Method Details

HashCurrentUniversity() public méthode

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

HashDegree() public méthode

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

HashEdge() public méthode

public HashEdge ( Color color, EdgePosition ePos ) : void
color 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 ( Color color, bool isSuccessful, int quantity ) : void
color Color
isSuccessful bool
quantity int
Résultat void

HashVertex() public méthode

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

NextNewInt64() public méthode

public NextNewInt64 ( ) : ulong
Résultat ulong