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

getLocationState() public method

public getLocationState ( ) : VacuumEnvironment.LocationState
return VacuumEnvironment.LocationState
        public VacuumEnvironment.LocationState getLocationState()
        {
            return (VacuumEnvironment.LocationState)getAttribute(ATTRIBUTE_STATE);
        }