C# Class numl.AI.Search.DepthLimitedSearch

Class DepthLimitedSearch.
Inheritance: ISearchStrategy
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
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.

Method Details

Add() public méthode

Adds the specified node.
public Add ( Node node ) : void
node Node The node.
Résultat void

Count() public méthode

Counts this instance.
public Count ( ) : int
Résultat int

DepthLimitedSearch() public méthode

Initializes a new instance of the DepthLimitedSearch class.
public DepthLimitedSearch ( int limit ) : System
limit int The limit.
Résultat System

Remove() public méthode

Removes this instance.
public Remove ( ) : Node
Résultat Node