AIMA.Core.Environment.Vacuum.VacuumEnvPercept.getAgentLocation C# (CSharp) 메소드

getAgentLocation() 공개 메소드

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