⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
КМБ-2014
All Projects
КМБ-2014
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (298 Bytes)
Files
» VendingMachine.java
Alexey Demakov
, 11/24/2014 05:44 PM
package
ru.ispras.kmb.vending
;
public
interface
VendingMachine
{
public
abstract
void
addCredit
(
int
amount
);
public
abstract
int
getCredit
();
public
abstract
boolean
sell
(
int
index
);
public
abstract
void
returnCredit
();
public
abstract
int
getProceeds
();
}
« Previous
1
2
3
4
5
…
7
Next »
(3-3/7)
Loading...