Class SportsResultsDemo.Team
java.lang.Object
org.episteme.social.ui.demos.SportsResultsDemo.Team
- Enclosing class:
SportsResultsDemo
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
public final javafx.beans.property.SimpleStringProperty name -
played
public final javafx.beans.property.SimpleIntegerProperty played -
points
public final javafx.beans.property.SimpleIntegerProperty points -
trend
public final javafx.beans.property.SimpleStringProperty trend
-
-
Constructor Details
-
Team
-
-
Method Details
-
addResult
public void addResult(int gf, int ga) -
getName
-
getPlayed
public int getPlayed() -
getPoints
public int getPoints()
-