AIMA.Core.Search.Framework.DefaultGoalTest.DefaultGoalTest C# (CSharp) 메소드

DefaultGoalTest() 공개 메소드

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