AIMA.Core.Environment.XYEnv.XYEnvironment.executeAction C# (CSharp) Method

executeAction() public method

public executeAction ( Agent a, System.Action action ) : EnvironmentState
a Agent
action System.Action
return EnvironmentState
        public override EnvironmentState executeAction(Agent a, Action action)
        {
            return envState;
        }