AIMA.Core.Environment.Map.MapAgent.formulateProblem C# (CSharp) Method

formulateProblem() protected method

protected formulateProblem ( System goal ) : Problem
goal System
return AIMA.Core.Search.Framework.Problem
    protected override Problem formulateProblem(System.Object goal)
    {
        return new BidirectionalMapProblem(map, (System.String)state
                .getAttribute(DynAttributeNames.AGENT_LOCATION), (System.String)goal);
	}