C# 클래스 AIMA.Core.Search.Framework.NodeExpander

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

보호된 프로퍼티들

프로퍼티 타입 설명
metrics Metrics

공개 메소드들

메소드 설명
NodeExpander ( ) : System.Collections.Generic
clearInstrumentation ( ) : void
expandNode ( Node node, Problem problem ) : List
getMetrics ( ) : Metrics
getNodesExpanded ( ) : int

메소드 상세

NodeExpander() 공개 메소드

public NodeExpander ( ) : System.Collections.Generic
리턴 System.Collections.Generic

clearInstrumentation() 공개 메소드

public clearInstrumentation ( ) : void
리턴 void

expandNode() 공개 메소드

public expandNode ( Node node, Problem problem ) : List
node Node
problem Problem
리턴 List

getMetrics() 공개 메소드

public getMetrics ( ) : Metrics
리턴 Metrics

getNodesExpanded() 공개 메소드

public getNodesExpanded ( ) : int
리턴 int

프로퍼티 상세

metrics 보호되어 있는 프로퍼티

protected Metrics,AIMA.Core.Search.Framework metrics
리턴 Metrics