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

Inheritance: GoalTest
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
DefaultGoalTest ( Object goalState ) : System
isGoalState ( Object state ) : bool

Method Details

DefaultGoalTest() public method

public DefaultGoalTest ( Object goalState ) : System
goalState Object
return System

isGoalState() public method

public isGoalState ( Object state ) : bool
state Object
return bool