Class TabelaElementow

java.lang.Object
   |
   +----TabelaElementow

class TabelaElementow
extends Object

Variable Index

 o ilosc_przelaczen
 o index
 o moj_rozmiar
 o poprzedni_stan
 o stan
 o typ
 o wzgledna_ilosc_przelaczen

Constructor Index

 o TabelaElementow(int)

Method Index

 o oblicz_wzgledna_ilosc_przelaczen()
 o podaj_ilosc_offpage()
 o podaj_ilosc_przelaczen(int)
 o podaj_index(int)
 o podaj_stan(int)
 o podaj_typ(int)
 o podaj_wzgledna_ilosc_przelaczen(int)
 o ustaw_index(int, String)
 o ustaw_stan(int, int)
 o ustaw_typ(int, String)
 o zmien_stan(int, int)

Variables

 o index
 private String index[]
 o typ
 private String typ[]
 o stan
 private int stan[]
 o ilosc_przelaczen
 public int ilosc_przelaczen[]
 o poprzedni_stan
 public int poprzedni_stan[]
 o wzgledna_ilosc_przelaczen
 public int wzgledna_ilosc_przelaczen[]
 o moj_rozmiar
 private int moj_rozmiar

Constructors

 o TabelaElementow
 TabelaElementow(int ilosc_elementow)

Methods

 o podaj_index
 public String podaj_index(int nr_elementu)
 o podaj_typ
 public String podaj_typ(int nr_elementu)
 o podaj_stan
 public int podaj_stan(int nr_elementu)
 o podaj_ilosc_przelaczen
 public int podaj_ilosc_przelaczen(int nr_elementu)
 o podaj_wzgledna_ilosc_przelaczen
 public int podaj_wzgledna_ilosc_przelaczen(int nr_elementu)
 o podaj_ilosc_offpage
 public int podaj_ilosc_offpage()
 o ustaw_index
 public void ustaw_index(int nr_elementu,
                         String nowy_index)
 o ustaw_typ
 public void ustaw_typ(int nr_elementu,
                       String nowy_typ)
 o ustaw_stan
 public void ustaw_stan(int nr_elementu,
                        int nowy_stan)
 o zmien_stan
 public void zmien_stan(int nr_elementu,
                        int nowy_stan)
 o oblicz_wzgledna_ilosc_przelaczen
 public void oblicz_wzgledna_ilosc_przelaczen()