C# Класс numl.AI.Search.DepthLimitedSearch

Class DepthLimitedSearch.
Наследование: ISearchStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
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