public class CompetitionStandings extends Object
| Constructor and Description |
|---|
CompetitionStandings(Competition pCompetition)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<PlayerAnalysis> |
getTable()
Obtain the table.
|
javafx.collections.ObservableList<PlayerAnalysis> |
getTieBreakTable(Integer pPoints)
Obtain tie-Break table.
|
public CompetitionStandings(Competition pCompetition)
pCompetition - the competitionpublic javafx.collections.ObservableList<PlayerAnalysis> getTable()
public javafx.collections.ObservableList<PlayerAnalysis> getTieBreakTable(Integer pPoints)
pPoints - the points for the tableCopyright © 2015. All rights reserved.