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

Inheritance: IZobristHashing
显示文件 Open project: MingStar/SimUniversity

Public Methods

Method 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 method

public HashCurrentUniversity ( Color color ) : void
color Color
return void

HashDegree() public method

public HashDegree ( Color color, DegreeType degree, int quantity ) : void
color Color
degree DegreeType
quantity int
return void

HashEdge() public method

public HashEdge ( Color color, EdgePosition ePos ) : void
color Color
ePos MingStar.SimUniversity.Contract.EdgePosition
return void

HashMostInfo() public method

public HashMostInfo ( IUniversity uni, MostInfoType type ) : void
uni IUniversity
type MostInfoType
return void

HashStartUp() public method

public HashStartUp ( Color color, bool isSuccessful, int quantity ) : void
color Color
isSuccessful bool
quantity int
return void

HashVertex() public method

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

NextNewInt64() public method

public NextNewInt64 ( ) : ulong
return ulong