C# Class ReportGeneratorCS.Robot

ファイルを表示 Open project: kevinrutherford/katas Class Usage Examples

Public Methods

Method Description
Bin ( ) : string
Location ( ) : ReportGeneratorCS.Machine
MoveTo ( ReportGeneratorCS.Machine location ) : void
Pick ( ) : void
Release ( ) : void

Method Details

Bin() public method

public Bin ( ) : string
return string

Location() public method

public Location ( ) : ReportGeneratorCS.Machine
return ReportGeneratorCS.Machine

MoveTo() public method

public MoveTo ( ReportGeneratorCS.Machine location ) : void
location ReportGeneratorCS.Machine
return void

Pick() public method

public Pick ( ) : void
return void

Release() public method

public Release ( ) : void
return void