C# 클래스 DebutsLib.MoveNode

Simple part of Debutes Tree class
파일 보기 프로젝트 열기: Ribtoks/Queem 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Move moveReply ) : MoveNode

Adds reply to certain move in moves map

Add ( string moveReply, PlayerPosition whitePos ) : MoveNode

Adds reply to certain move in moves map

Equals ( object obj ) : bool
GetHashCode ( ) : int
GetRandomNode ( ) : MoveNode

Gets random reply on last move

MoveNode ( Move from ) : System
MoveNode ( MoveNode from ) : System
MoveNode ( string from, PlayerPosition whitePos ) : System
ToString ( ) : string
operator ( ) : bool

메소드 상세

Add() 공개 메소드

Adds reply to certain move in moves map
public Add ( Move moveReply ) : MoveNode
moveReply Queem.Core.Move Move-reply to add
리턴 MoveNode

Add() 공개 메소드

Adds reply to certain move in moves map
public Add ( string moveReply, PlayerPosition whitePos ) : MoveNode
moveReply string Move, represented by System.String
whitePos PlayerPosition Position of White figures on board
리턴 MoveNode

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetRandomNode() 공개 메소드

Gets random reply on last move
public GetRandomNode ( ) : MoveNode
리턴 MoveNode

MoveNode() 공개 메소드

public MoveNode ( Move from ) : System
from Queem.Core.Move
리턴 System

MoveNode() 공개 메소드

public MoveNode ( MoveNode from ) : System
from MoveNode
리턴 System

MoveNode() 공개 메소드

public MoveNode ( string from, PlayerPosition whitePos ) : System
from string
whitePos PlayerPosition
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool