AIMA.Core.Environment.Map.MapAgent.MapAgent C# (CSharp) Метод

MapAgent() публичный Метод

public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search ) : System.Collections.Generic
map Map
notifier EnvironmentViewNotifier
search Search
Результат System.Collections.Generic
	public MapAgent(Map map, EnvironmentViewNotifier notifier, Search search) {
		this.map = map;
		this.notifier = notifier;
        this._search = search;
	}

Same methods

MapAgent::MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, System goalTests ) : System.Collections.Generic
MapAgent::MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, int maxGoalsToFormulate ) : System.Collections.Generic