AIMA.Core.Search.Framework.SimpleProblemSolvingAgent.updateState C# (CSharp) Method

updateState() protected abstract method

protected abstract updateState ( Percept p ) : State
p Percept
return State
        protected abstract State updateState(Percept p);