Interface Market
- All Known Implementing Classes:
MarketImpl
public interface Market
Provides a market
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()Returns the id of the marketReturns outcomes for this marketReturns the specifiers for this market
-
Method Details
-
getId
int getId()Returns the id of the market- Returns:
- the id of the market
-
getSpecifiers
String getSpecifiers()Returns the specifiers for this market- Returns:
- the specifiers for this market
-
getOutcomes
Returns outcomes for this market- Returns:
- outcomes for this market
-