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

getAgentLocation() public method

public getAgentLocation ( ) : String
return String
        public String getAgentLocation()
        {
            return (String)getAttribute(ATTRIBUTE_AGENT_LOCATION);
        }