Index
All Classes and Interfaces|All Packages
B
- BASIC - Enum constant in enum class customer.CustomerType
-
Standard customer with a basic betting limit of 100 units.
- BasketballBet - Class in bet
-
Represents a basketball betting option with specific odds and available choices.
- BasketballBet(String, double) - Constructor for class bet.BasketballBet
-
Constructs a new
BasketballBetinstance with the specified game details and odds. - bet - package bet
-
This package contains classes related to the betting system, including various types of bets.
- bet - Variable in class customer.CustomerBet
-
The
Betobject representing the details of the bet. - Bet - Class in bet
-
Represents a generic betting option for a sports game, with specific odds, choices, and a result that can be set once the game outcome is determined.
- Bet(String, double, char[]) - Constructor for class bet.Bet
-
Constructs a new
Betinstance with the specified game details, odds, and available choices. - BetMain - Class in main
-
Entry point for simulating a betting organization, generating random game results, and calculating and displaying customer betting results.
- BetMain() - Constructor for class main.BetMain
- BetOrganization - Enum Class in main
-
Singleton class representing the organization responsible for managing customer betting activities.
- BetOrganization() - Constructor for enum class main.BetOrganization
- bets - Variable in enum class main.BetOrganization
-
A list of
Betobjects representing all bets placed within the organization.
All Classes and Interfaces|All Packages