C# 클래스 MingStar.SimUniversity.Game.Hashing.NullHashing

상속: IZobristHashing
파일 보기 프로젝트 열기: MingStar/SimUniversity

공개 메소드들

메소드 설명
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

메소드 상세

HashCurrentUniversity() 공개 메소드

public HashCurrentUniversity ( Color color ) : void
color Color
리턴 void

HashDegree() 공개 메소드

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

HashEdge() 공개 메소드

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

HashMostInfo() 공개 메소드

public HashMostInfo ( IUniversity uni, MostInfoType type ) : void
uni IUniversity
type MostInfoType
리턴 void

HashStartUp() 공개 메소드

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

HashVertex() 공개 메소드

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

NextNewInt64() 공개 메소드

public NextNewInt64 ( ) : ulong
리턴 ulong