Index

C G I M P S 
All Classes and Interfaces|All Packages

C

Cesta - Class in Unnamed Package
Razred Cesta predstavlja cesto z imenom, dolžino in materialom.
Cesta(String, double, String) - Constructor for class Cesta
Konstruktor za inicializacijo objekta Cesta.

G

getDolzina() - Method in class Cesta
Pridobi dolžino ceste.
getIme() - Method in class Cesta
Pridobi ime ceste.
getMaterial() - Method in class Cesta
Pridobi material ceste.

I

izracunajPovprecnoHitrostnoOmejitev() - Method in class Cesta
Izračuna povprečno hitrostno omejitev za cesto.

M

main(String[]) - Static method in class MainProgram
Vhodna točka programa.
MainProgram - Class in Unnamed Package
Razred MainProgram vsebuje metodo main, ki je vhodna točka programa.
MainProgram() - Constructor for class MainProgram
 

P

prikaziInformacije() - Method in class Cesta
Prikazuje informacije o cesti na standardnem izhodu.

S

setDolzina(double) - Method in class Cesta
Nastavi dolžino ceste.
setIme(String) - Method in class Cesta
Nastavi ime ceste.
setMaterial(String) - Method in class Cesta
Nastavi material ceste.
C G I M P S 
All Classes and Interfaces|All Packages