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

Inheritance: EnvironmentView
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

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

Method Details

agentActed() public méthode

public agentActed ( IAgent agent, Action action, EnvironmentState resultingState ) : void
agent IAgent
action Action
resultingState EnvironmentState
Résultat void

agentAdded() public méthode

public agentAdded ( IAgent agent, EnvironmentState resultingState ) : void
agent IAgent
resultingState EnvironmentState
Résultat void

notify() public méthode

public notify ( System msg ) : void
msg System
Résultat void