AIMA.Core.Search.Framework.DefaultGoalTest.DefaultGoalTest C# (CSharp) Method

DefaultGoalTest() public method

public DefaultGoalTest ( Object goalState ) : System
goalState Object
return System
        public DefaultGoalTest(Object goalState)
        {
            this.goalState = goalState;
        }