AIMA.Core.Environment.Vacuum.VacuumEnvironment.getAgentLocation C# (CSharp) Method

getAgentLocation() public method

public getAgentLocation ( Agent a ) : String
a Agent
return String
        public String getAgentLocation(Agent a)
        {
            return envState.getAgentLocation(a);
        }
    }