C# Class AIMA.Core.Search.Framework.NodeExpander

Show file Open project: PaulMineau/AIMA.Net

Protected Properties

Property Type Description
metrics Metrics

Public Methods

Method Description
NodeExpander ( ) : System.Collections.Generic
clearInstrumentation ( ) : void
expandNode ( Node node, Problem problem ) : List
getMetrics ( ) : Metrics
getNodesExpanded ( ) : int

Method Details

NodeExpander() public method

public NodeExpander ( ) : System.Collections.Generic
return System.Collections.Generic

clearInstrumentation() public method

public clearInstrumentation ( ) : void
return void

expandNode() public method

public expandNode ( Node node, Problem problem ) : List
node Node
problem Problem
return List

getMetrics() public method

public getMetrics ( ) : Metrics
return Metrics

getNodesExpanded() public method

public getNodesExpanded ( ) : int
return int

Property Details

metrics protected property

protected Metrics,AIMA.Core.Search.Framework metrics
return Metrics