Uses of Interface
plugins.ILigaTabelle

Packages that use ILigaTabelle
de.hattrickorganizer.model.lineup   
de.hattrickorganizer.model.matchlist   
plugins   
 

Uses of ILigaTabelle in de.hattrickorganizer.model.lineup
 

Classes in de.hattrickorganizer.model.lineup that implement ILigaTabelle
 class LigaTabelle
          DOCUMENT ME!
 

Methods in de.hattrickorganizer.model.lineup with parameters of type ILigaTabelle
 byte LigaTabelle.getTeamPlatzTendenz(int teamId, ILigaTabelle compare)
          liefert tendenz zur Platzierung des Teams im Vergleich mit der angegebenen Tabelle -1 == abgerutscht, 0 = gleich, 1 == aufgestiegen
 

Uses of ILigaTabelle in de.hattrickorganizer.model.matchlist
 

Methods in de.hattrickorganizer.model.matchlist that return ILigaTabelle
 ILigaTabelle Spielplan.getTabelle()
           
 

Uses of ILigaTabelle in plugins
 

Methods in plugins that return ILigaTabelle
 ILigaTabelle ISpielplan.getTabelle()
           
 

Methods in plugins with parameters of type ILigaTabelle
 byte ILigaTabelle.getTeamPlatzTendenz(int teamId, ILigaTabelle compare)
          liefert tendenz zur Platzierung des Teams im Vergleich mit der angegebenen Tabelle -1 == abgerutscht, 0 = gleich, 1 == aufgestiegen