AIMA.Core.Environment.Map.Scenario.getInitAgentLocation C# (CSharp) Méthode

getInitAgentLocation() public méthode

public getInitAgentLocation ( ) : String
Résultat String
        public String getInitAgentLocation()
        {
            return initAgentLoc;
        }
    }