C# 클래스 Energy.Planner

파일 보기 프로젝트 열기: ajlopez/TddRocks

공개 메소드들

메소드 설명
Decide ( int amount, IList numbers ) : int
Decide ( int amount, int current, int next ) : int
Planner ( int maximum, int reload ) : System
Run ( IList numbers ) : long

메소드 상세

Decide() 공개 메소드

public Decide ( int amount, IList numbers ) : int
amount int
numbers IList
리턴 int

Decide() 공개 메소드

public Decide ( int amount, int current, int next ) : int
amount int
current int
next int
리턴 int

Planner() 공개 메소드

public Planner ( int maximum, int reload ) : System
maximum int
reload int
리턴 System

Run() 공개 메소드

public Run ( IList numbers ) : long
numbers IList
리턴 long