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

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

공개 메소드들

메소드 설명
DefaultGoalTest ( Object goalState ) : System
isGoalState ( Object state ) : bool

메소드 상세

DefaultGoalTest() 공개 메소드

public DefaultGoalTest ( Object goalState ) : System
goalState Object
리턴 System

isGoalState() 공개 메소드

public isGoalState ( Object state ) : bool
state Object
리턴 bool