isGoalState() public méthode

public isGoalState ( Object state ) : bool
state Object
Résultat bool
        // END - Interface FitnessFunction
        //

        //
        // START - Interface GoalTest
        public bool isGoalState(Object state)
        {
            return(goalTest.isGoalState(getBoardForIndividual((String)state)));
        }