AIMA.Core.Environment.Map.MapEnvironment.getAgentLocation C# (CSharp) Method

getAgentLocation() public method

public getAgentLocation ( IAgent a ) : System.String
a IAgent
return System.String
	public System.String getAgentLocation(IAgent a) {
		return state.getAgentLocation(a);
	}