public class ResultsPage extends Object
Constructor and Description |
---|
ResultsPage() |
Modifier and Type | Method and Description |
---|---|
static void |
calculateResults(Document xmlDocument) |
static int |
position(TeamData[] teamList,
int teamnumber,
int numberOfTeams)
This methods "calculates" the current position of each team in the
ranking.
|
public static void calculateResults(Document xmlDocument)
public static int position(TeamData[] teamList, int teamnumber, int numberOfTeams)
teamList
- list of all teamsteamnumber
- number of team for which the position is "calculated"numberOfTeams
- number of participating teamsCopyright © 2013. All Rights Reserved.