C# Class AIMA.Core.Agent.Impl.SimpleEnvironmentView

Inheritance: EnvironmentView
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
agentActed ( IAgent agent, Action action, EnvironmentState resultingState ) : void
agentAdded ( IAgent agent, EnvironmentState resultingState ) : void
notify ( System msg ) : void

Method Details

agentActed() public method

public agentActed ( IAgent agent, Action action, EnvironmentState resultingState ) : void
agent IAgent
action Action
resultingState EnvironmentState
return void

agentAdded() public method

public agentAdded ( IAgent agent, EnvironmentState resultingState ) : void
agent IAgent
resultingState EnvironmentState
return void

notify() public method

public notify ( System msg ) : void
msg System
return void