C# Class VacuumCleaner.Agents.RandomAgent

Inheritance: IAgent
显示文件 Open project: Troilk/VacuumCleaner

Public Methods

Method Description
Perceive ( Environment env ) : void
Think ( ) : ActionType
ToString ( ) : string

Method Details

Perceive() public method

public Perceive ( Environment env ) : void
env VacuumCleaner.Env.Environment
return void

Think() public method

public Think ( ) : ActionType
return ActionType

ToString() public method

public ToString ( ) : string
return string