C L M P R T U

C

Car - Interface in <Unnamed>
Write a description of interface Car here.

L

load(int) - Method in interface Car
Loads the amount of a cargo/persons
load(int) - Method in class Lory
 
load(int) - Method in class PersonalCar
 
Lory - Class in <Unnamed>
Write a description of class Lory here.
Lory(String, int, int) - Constructor for class Lory
Constructor for objects of class Lory

M

Main - Class in <Unnamed>
Write a description of class Main here.
Main() - Constructor for class Main
 
main(String[]) - Static method in class Main
 

P

PersonalCar - Class in <Unnamed>
Write a description of class PersonalCar here.
PersonalCar(String, int, int) - Constructor for class PersonalCar
Constructor for objects of class PersonalCar

R

refuel(int) - Method in interface Car
Refuels the car
refuel(int) - Method in class Lory
 
refuel(int) - Method in class PersonalCar
 
run(int) - Method in interface Car
Runs the distance suplied as a parameter
run(int) - Method in class Lory
 
run(int) - Method in class PersonalCar
 

T

toString() - Method in class Lory
Returns String representation of the particular Lory
toString() - Method in class PersonalCar
Returns String representation of the particular object.

U

unload(int) - Method in interface Car
Unloads the amount of cargo/persons, if available, else fully unloads the car.
unload(int) - Method in class Lory
 
unload(int) - Method in class PersonalCar
 

C L M P R T U