AIMA.Core.Environment.Vacuum.VacuumEnvironment.getLocationState C# (CSharp) 메소드

getLocationState() 공개 메소드

public getLocationState ( String location ) : LocationState
location String
리턴 LocationState
        public LocationState getLocationState(String location)
        {
            return envState.getLocationState(location);
        }