C# 클래스 numl.AI.Search.DepthLimitedSearch

Class DepthLimitedSearch.
상속: ISearchStrategy
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
Add ( Node node ) : void

Adds the specified node.

Count ( ) : int

Counts this instance.

DepthLimitedSearch ( int limit ) : System

Initializes a new instance of the DepthLimitedSearch class.

Remove ( ) : Node

Removes this instance.

메소드 상세

Add() 공개 메소드

Adds the specified node.
public Add ( Node node ) : void
node Node The node.
리턴 void

Count() 공개 메소드

Counts this instance.
public Count ( ) : int
리턴 int

DepthLimitedSearch() 공개 메소드

Initializes a new instance of the DepthLimitedSearch class.
public DepthLimitedSearch ( int limit ) : System
limit int The limit.
리턴 System

Remove() 공개 메소드

Removes this instance.
public Remove ( ) : Node
리턴 Node