diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html new file mode 100644 index 0000000..1cd039e --- /dev/null +++ b/docs/allclasses-frame.html @@ -0,0 +1,53 @@ + + + + + + +All Classes (CryptoMarket 1.0.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html new file mode 100644 index 0000000..b63e8bf --- /dev/null +++ b/docs/allclasses-noframe.html @@ -0,0 +1,53 @@ + + + + + + +All Classes (CryptoMarket 1.0.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/constant-values.html b/docs/constant-values.html new file mode 100644 index 0000000..30bad21 --- /dev/null +++ b/docs/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +Constant Field Values (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html new file mode 100644 index 0000000..c577d09 --- /dev/null +++ b/docs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/help-doc.html b/docs/help-doc.html new file mode 100644 index 0000000..26d3f35 --- /dev/null +++ b/docs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/index-all.html b/docs/index-all.html new file mode 100644 index 0000000..05a02ee --- /dev/null +++ b/docs/index-all.html @@ -0,0 +1,1091 @@ + + + + + + +Index (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I L M N O P R S T U V W  + + +

A

+
+
acceptValidatedInput(ConversationContext, Number) - Method in class net.epconsortium.cryptomarket.conversation.prompt.AmountPrompt
+
 
+
acceptValidatedInput(ConversationContext, String) - Method in class net.epconsortium.cryptomarket.conversation.prompt.CoinPrompt
+
 
+
acceptValidatedInput(ConversationContext, String) - Method in class net.epconsortium.cryptomarket.conversation.prompt.ConfirmationPrompt
+
 
+
AmountPrompt - Class in net.epconsortium.cryptomarket.conversation.prompt
+
+
Prompt that asks the amount to be negotiated
+
+
AmountPrompt() - Constructor for class net.epconsortium.cryptomarket.conversation.prompt.AmountPrompt
+
 
+
+ + + +

B

+
+
Balance - Class in net.epconsortium.cryptomarket.database.dao
+
+
Class used to represent the Balance of one coin
+
+
buy(Investor, BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Processes the purchase of cryptocoins and returns a boolean representing + the success of the operation
+
+
+ + + +

C

+
+
Calendar - Class in net.epconsortium.cryptomarket.ui
+
+
Represents the Calendar menu
+
+
Calendar(CryptoMarket, Player) - Constructor for class net.epconsortium.cryptomarket.ui.Calendar
+
 
+
CalendarListener - Class in net.epconsortium.cryptomarket.ui
+
+
Class used to listen to clicks on the Calendar menu and process them
+
+
CalendarListener(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.ui.CalendarListener
+
 
+
CoinPrompt - Class in net.epconsortium.cryptomarket.conversation.prompt
+
+
Prompt that asks the user to choose the coin used in the negotiation + If only one coin is configured, this prompt will not be called
+
+
CoinPrompt(String...) - Constructor for class net.epconsortium.cryptomarket.conversation.prompt.CoinPrompt
+
 
+
Configuration - Class in net.epconsortium.cryptomarket.util
+
 
+
Configuration(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.util.Configuration
+
 
+
configureDatabase(CryptoMarket, InvestorDao.DatabaseConfigurationCallback) - Static method in class net.epconsortium.cryptomarket.database.dao.InvestorDao
+
+
Creates the table if it does not exist
+
+
ConfirmationPrompt - Class in net.epconsortium.cryptomarket.conversation.prompt
+
+
Prompt that asks the player to confirm the negotiation
+
+
ConfirmationPrompt(String, String) - Constructor for class net.epconsortium.cryptomarket.conversation.prompt.ConfirmationPrompt
+
 
+
ConnectionFactory - Class in net.epconsortium.cryptomarket.database
+
+
Class used to create a Connection object
+
+
ConnectionFactory(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.database.ConnectionFactory
+
 
+
convert(BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Converts the amount of the crypto currency to the currency used on the + server
+
+
CryptoMarket - Class in net.epconsortium.cryptomarket
+
+
Main class of the plugin
+
+
CryptoMarket() - Constructor for class net.epconsortium.cryptomarket.CryptoMarket
+
 
+
CryptoMarketCommand - Class in net.epconsortium.cryptomarket.commands
+
+
Class used to process the commands of the plugin
+
+
CryptoMarketCommand(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.commands.CryptoMarketCommand
+
 
+
+ + + +

D

+
+
debug(String) - Static method in class net.epconsortium.cryptomarket.CryptoMarket
+
+
Sends a debug message to the console if debug is enabled
+
+
decrease(BigDecimal, BigDecimal) - Method in class net.epconsortium.cryptomarket.database.dao.Balance
+
+
Decreases the balance value
+
+
deposit(Investor, BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Deposits the specified amount of the chosen cryptocoin in the investor's + account
+
+
+ + + +

E

+
+
Economy - Class in net.epconsortium.cryptomarket.finances
+
+
Class used to perform operations like purchase, sell, etc.
+
+
Economy(CryptoMarket, String) - Constructor for class net.epconsortium.cryptomarket.finances.Economy
+
 
+
Economy.InvestmentsCallback - Interface in net.epconsortium.cryptomarket.finances
+
 
+
Economy.RichestInvestorsCallback - Interface in net.epconsortium.cryptomarket.finances
+
 
+
equals(Object) - Method in class net.epconsortium.cryptomarket.database.dao.Investor
+
 
+
errorOcurred() - Static method in class net.epconsortium.cryptomarket.finances.ExchangeRates
+
+
Verifies if an error happened during an update
+
+
ErrorPrompt - Class in net.epconsortium.cryptomarket.conversation.prompt
+
+
Prompt used when the player has not egough balance
+
+
ErrorPrompt() - Constructor for class net.epconsortium.cryptomarket.conversation.prompt.ErrorPrompt
+
 
+
ExchangeRate - Class in net.epconsortium.cryptomarket.finances
+
+
Class used to store the exchange rates of all coins on a day
+
+
ExchangeRate() - Constructor for class net.epconsortium.cryptomarket.finances.ExchangeRate
+
 
+
ExchangeRates - Class in net.epconsortium.cryptomarket.finances
+
+
Class used to have access to the exchange rates of the cryptocoins
+
+
ExchangeRates(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.finances.ExchangeRates
+
 
+
ExitWarningPrompt - Class in net.epconsortium.cryptomarket.conversation.prompt
+
+
Prompt that reminds the player of how to exit the negotiation
+
+
ExitWarningPrompt() - Constructor for class net.epconsortium.cryptomarket.conversation.prompt.ExitWarningPrompt
+
 
+
+ + + +

F

+
+
formatCryptocoin(Object) - Static method in class net.epconsortium.cryptomarket.util.Formatter
+
+
Formats and returns a number in the local format with eight numbers after + the decimal separator
+
+
formatPercentage(Object) - Static method in class net.epconsortium.cryptomarket.util.Formatter
+
+
Formats and returns a number in the local format without fraction digits
+
+
formatServerCurrency(Object) - Static method in class net.epconsortium.cryptomarket.util.Formatter
+
+
Formats and returns a number in the local format with two numbers after + the decimal separator
+
+
Formatter - Class in net.epconsortium.cryptomarket.util
+
+
Utility class to format numbers
+
+
Formatter() - Constructor for class net.epconsortium.cryptomarket.util.Formatter
+
 
+
+ + + +

G

+
+
getActionBuy() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the name of the Buy action
+
+
getActionSell() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the name of the Sell action
+
+
getApiKey() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the API KEY
+
+
getBalance(String) - Method in class net.epconsortium.cryptomarket.database.dao.Investor
+
+
Returns the balance of the Investor in this coin
+
+
getBalances() - Method in class net.epconsortium.cryptomarket.database.dao.Investor
+
+
Returns an unmodifiable Map of the Investor's balances
+
+
getButtonCalendarName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns name of the main menu's Calendar button
+
+
getButtonCoinsCoinLine() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the main menu's Coins button's coin line
+
+
getButtonCoinsError() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the no data error message of the main menu's Coins item
+
+
getButtonCoinsLore() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the lore of the main menu's Coins button
+
+
getButtonCoinsName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns name of the main menu's Coins button
+
+
getButtonProfitCoinLine() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the main menu's Profit button's coin line
+
+
getButtonProfitLore() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the lore of the main menu's Profit button
+
+
getButtonProfitName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns name of the main menu's Profit button
+
+
getButtonProfitNegativeColor() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the main menu's Profit button's negative color
+
+
getButtonProfitNeuterColor() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the main menu's Profit button's neuter color
+
+
getButtonProfitPositiveColor() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the main menu's Profit button's positive color
+
+
getButtonRankingName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the main menu's Ranking button name
+
+
getButtonUpdateName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns name of the main menu's Update button
+
+
getButtonWalletCoinLine() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the main menu's Wallet button's coin line
+
+
getButtonWalletLore() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the lore of the main menu's Wallet button
+
+
getButtonWalletName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns name of the main menu's Wallet button
+
+
getCalendarMenuBackButtonName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Calendar menu's Back button name
+
+
getCalendarMenuCoinLine() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Calendar menu's Day item's coin line
+
+
getCalendarMenuDayItemName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Calendar menu's Day item name
+
+
getCalendarMenuName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Calendar menu name
+
+
getCalendarMenuNextMonthButtonName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Calendar menu's Next Month button name
+
+
getCalendarMenuNoExchangeRate() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Calendar menu's Day item's no rates message
+
+
getCalendarMenuPreviousMonthButtonName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Calendar menu's Previous Month button name
+
+
getCoins() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the coins list.
+
+
getCoinValue(String) - Method in class net.epconsortium.cryptomarket.finances.ExchangeRate
+
+
Returns the coin value
+
+
getConnection() - Method in class net.epconsortium.cryptomarket.database.ConnectionFactory
+
+
Connects to the database and returns a connection
+
+
getConversationWordOfExit() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the word the user must type in order to leave the Negotiation + Chat
+
+
getConvertedPatrimony(Investor) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Returns the total investments of the Investor converted to the server + currency
+
+
getCryptoMarket() - Static method in class net.epconsortium.cryptomarket.CryptoMarket
+
+
Returns the instance of CryptoMarket
+
+
getEconomy() - Method in class net.epconsortium.cryptomarket.CryptoMarket
+
+
Returns Vault's Economy
+
+
getExchangeRate(LocalDate) - Method in class net.epconsortium.cryptomarket.finances.ExchangeRates
+
+
Returns the Exchange Rate from the date
+
+
getExchangeRates() - Static method in class net.epconsortium.cryptomarket.finances.ExchangeRates
+
+
Returns an unmodifiable map of the Exchange Rates
+
+
getFailedValidationText(ConversationContext, Number) - Method in class net.epconsortium.cryptomarket.conversation.prompt.AmountPrompt
+
 
+
getFailedValidationText(ConversationContext, String) - Method in class net.epconsortium.cryptomarket.conversation.prompt.CoinPrompt
+
 
+
getHelpCommandMessages() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the messages of the help command
+
+
getIntervalExchangeRatesUpdateInMillis() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the interval to update the Exchange Rates in milliseconds
+
+
getIntervalExchangeRatesUpdateInTicks() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the interval to update the Exchange Rates in server ticks
+
+
getIntervalRichersUpdateInMillis() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the richers update interval in milliseconds
+
+
getIntervalSavingInvestorsInTicks() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the interval to save the investors' data in server ticks
+
+
getInvestor(Player, InvestorDao.InvestorDataCallback) - Method in class net.epconsortium.cryptomarket.database.dao.InvestorDao
+
+
Retrieves an Investor from a Player
+
+
getInvestors(InvestorDao.InvestorsDataCallback) - Method in class net.epconsortium.cryptomarket.database.dao.InvestorDao
+
+
Returns all Investors saved in the database
+
+
getItemDayError() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the no data error message of the Calendar menu's Day item
+
+
getLoreOfTheDayItem() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the lore of the Day item of the Calendar
+
+
getMenuName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the name of the main menu
+
+
getMessageBalance() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Balance command message
+
+
getMessageBalancePerCoin() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the per coin message of the Balance command
+
+
getMessageBuyNegotiation() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the message of buying coins
+
+
getMessageChooseCoin() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the choose a coin to negotiate message
+
+
getMessageCommandOutdatedData() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the outdated data message
+
+
getMessageContentAlreadyUptodate() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the content is already up-to-date message
+
+
getMessageCurrentExchangeRate() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the current exchange rate of the Today command
+
+
getMessageCurrentExchangeRatePerCoin() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Return the per coin message of the Today command
+
+
getMessageErrorAccessingRankingData() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the accessing ranking data error message
+
+
getMessageErrorConnectingToDatabase() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the connecting to database error message
+
+
getMessageErrorInsufficientBalance() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the insufficient balance error message
+
+
getMessageErrorInvalidAmount() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the invalid amount error message
+
+
getMessageErrorInvalidCoin() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the invalid coin error message
+
+
getMessageErrorInvalidValue() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the invalid value error message
+
+
getMessageErrorNoPermission() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the no permission error message
+
+
getMessageErrorNotEnoughBalance() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the insufficient balance error message
+
+
getMessageErrorPlayerNotFound() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the player not found error message
+
+
getMessageExitWarning() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the how to leave the chat warning message
+
+
getMessageNegotiationConfirmation() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the confirmation prompt message
+
+
getMessageNewBalance() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the new balance message
+
+
getMessageOutdatedData() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the outdated data error message
+
+
getMessagePlayerBalanceUpdated() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the player's balance updated message
+
+
getMessageSavingData() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the saving data message of the Save command
+
+
getMessageSellNegotiation() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the message of selling coins
+
+
getMessageSuccessfulNegotiation() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the successful negotiation message
+
+
getMessageUpdatingContent() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the updating content message
+
+
getMessageValidCoins() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the valid coins list message
+
+
getMinutesToUpdate() - Method in class net.epconsortium.cryptomarket.finances.ExchangeRates
+
+
Returns the amount of minutes the plugin takes to update the Exchange + Rates
+
+
getMySQLDatabaseName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the database name
+
+
getMySQLHostname() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns MySQL hostname
+
+
getMySQLPassword() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns MySQL password
+
+
getMySQLPort() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns MySQL port
+
+
getMySQLUser() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns MySQL user
+
+
getNegotiationChatPrefix() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the chat prefix of the negotiation chat
+
+
getNegotiationNoWord() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the cancellation word of the negotiation
+
+
getNegotiationYesWord() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the confirmation word of the negotiation
+
+
getNextPrompt(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.ErrorPrompt
+
 
+
getNextPrompt(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.ExitWarningPrompt
+
 
+
getNextPrompt(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.OutdatedDataPrompt
+
 
+
getNextPrompt(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.SuccessPrompt
+
 
+
getPhysicalCurrency() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the physical currency to compare against the cryptocoins
+
+
getPlayer() - Method in class net.epconsortium.cryptomarket.database.dao.Investor
+
+
Returns the OfflinePlayer linked to the Investor
+
+
getPrefix(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.NegotiationConversation
+
 
+
getProfitPercentage(BigDecimal) - Method in class net.epconsortium.cryptomarket.database.dao.Balance
+
+
Returns the profit percentage if the investor sells his balance at this + exchange rate.
+
+
getPromptText(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.AmountPrompt
+
 
+
getPromptText(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.CoinPrompt
+
 
+
getPromptText(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.ConfirmationPrompt
+
 
+
getPromptText(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.ErrorPrompt
+
 
+
getPromptText(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.ExitWarningPrompt
+
 
+
getPromptText(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.OutdatedDataPrompt
+
 
+
getPromptText(ConversationContext) - Method in class net.epconsortium.cryptomarket.conversation.prompt.SuccessPrompt
+
 
+
getPurchaseAverage() - Method in class net.epconsortium.cryptomarket.database.dao.Balance
+
+
Returns the purchase average
+
+
getRankingMenuBackButton() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Ranking menu's Back button name
+
+
getRankingMenuLastUpdatedItemLore() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the lore of the Total Investments item of the Ranking menu
+
+
getRankingMenuLastUpdatedItemName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Ranking menu's Richer item name
+
+
getRankingMenuName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Ranking menu name
+
+
getRankingMenuNoRicherLore() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the no investor message of the Richer item of the Ranking menu
+
+
getRankingMenuRicherItemLore() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the lore of the Richer item of the Ranking menu
+
+
getRankingMenuRicherItemName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Ranking menu's Richer item name
+
+
getRankingMenuTotalInvestmentsItemLore() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the lore of the Total Investments item of the Ranking menu
+
+
getRankingMenuTotalInvestmentsItemName() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Returns the Ranking menu's Total Investments item name
+
+
getRichersLastUpdate() - Static method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Returns the time of the last update of the Richers list
+
+
getRichestInvestors(int, Economy.RichestInvestorsCallback) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Returns an ordered list of the richest investors.
+
+
getTotalInvestments(Economy.InvestmentsCallback) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Returns the total balance of cryptocoins on the server converted to the + server coin
+
+
getUniqueId() - Method in class net.epconsortium.cryptomarket.database.dao.Investor
+
+
Returns the UUID of the Investor
+
+
getValue() - Method in class net.epconsortium.cryptomarket.database.dao.Balance
+
+
Returns the balance value
+
+
+ + + +

H

+
+
has(Investor, BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Checks if the investor has the amount passed in the parameter
+
+
hashCode() - Method in class net.epconsortium.cryptomarket.database.dao.Investor
+
 
+
+ + + +

I

+
+
increase(BigDecimal, BigDecimal) - Method in class net.epconsortium.cryptomarket.database.dao.Balance
+
+
Increases the balance value
+
+
Investor - Class in net.epconsortium.cryptomarket.database.dao
+
+
Class representing an Investor + It contains a reference to the OfflinePlayer and to the Balance objects
+
+
InvestorDao - Class in net.epconsortium.cryptomarket.database.dao
+
+
Class used to manage the Investors
+
+
InvestorDao(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.database.dao.InvestorDao
+
 
+
InvestorDao.DatabaseConfigurationCallback - Interface in net.epconsortium.cryptomarket.database.dao
+
 
+
InvestorDao.InvestorDataCallback - Interface in net.epconsortium.cryptomarket.database.dao
+
 
+
InvestorDao.InvestorsDataCallback - Interface in net.epconsortium.cryptomarket.database.dao
+
 
+
isInputValid(ConversationContext, String) - Method in class net.epconsortium.cryptomarket.conversation.prompt.CoinPrompt
+
 
+
isMySQLEnabled() - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Checks if MySQL is enabled
+
+
isNumberValid(ConversationContext, Number) - Method in class net.epconsortium.cryptomarket.conversation.prompt.AmountPrompt
+
 
+
isValid(String) - Method in class net.epconsortium.cryptomarket.util.Configuration
+
+
Checks if the argument is a valid cryptocoin
+
+
+ + + +

L

+
+
log(Investor, Negotiation, BigDecimal, String, double) - Method in class net.epconsortium.cryptomarket.util.Logger
+
+
Logs this data to the log file
+
+
Logger - Class in net.epconsortium.cryptomarket.util
+
+
This class logs the negociations to a file
+
+
Logger(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.util.Logger
+
 
+
+ + + +

M

+
+
Menu - Class in net.epconsortium.cryptomarket.ui
+
+
Represents the Main menu
+
+
Menu(CryptoMarket, Player) - Constructor for class net.epconsortium.cryptomarket.ui.Menu
+
 
+
MenuListener - Class in net.epconsortium.cryptomarket.ui
+
+
Class used to listen to clicks on the Menu menu and process them
+
+
MenuListener(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.ui.MenuListener
+
 
+
+ + + +

N

+
+
Negotiation - Enum in net.epconsortium.cryptomarket.finances
+
 
+
NegotiationConversation - Class in net.epconsortium.cryptomarket.conversation
+
+
Class used to have a conversation with the player
+
+
NegotiationConversation(CryptoMarket, Negotiation, Player) - Constructor for class net.epconsortium.cryptomarket.conversation.NegotiationConversation
+
 
+
net.epconsortium.cryptomarket - package net.epconsortium.cryptomarket
+
 
+
net.epconsortium.cryptomarket.commands - package net.epconsortium.cryptomarket.commands
+
 
+
net.epconsortium.cryptomarket.conversation - package net.epconsortium.cryptomarket.conversation
+
 
+
net.epconsortium.cryptomarket.conversation.prompt - package net.epconsortium.cryptomarket.conversation.prompt
+
 
+
net.epconsortium.cryptomarket.database - package net.epconsortium.cryptomarket.database
+
 
+
net.epconsortium.cryptomarket.database.dao - package net.epconsortium.cryptomarket.database.dao
+
 
+
net.epconsortium.cryptomarket.finances - package net.epconsortium.cryptomarket.finances
+
 
+
net.epconsortium.cryptomarket.task - package net.epconsortium.cryptomarket.task
+
 
+
net.epconsortium.cryptomarket.ui - package net.epconsortium.cryptomarket.ui
+
 
+
net.epconsortium.cryptomarket.util - package net.epconsortium.cryptomarket.util
+
 
+
nextMonth() - Method in class net.epconsortium.cryptomarket.ui.Calendar
+
+
Goes to the next month
+
+
+ + + +

O

+
+
onCommand(CommandSender, Command, String, String[]) - Method in class net.epconsortium.cryptomarket.commands.CryptoMarketCommand
+
 
+
onDatabaseConfigured(boolean) - Method in interface net.epconsortium.cryptomarket.database.dao.InvestorDao.DatabaseConfigurationCallback
+
+
Called when the database configuration is finished
+
+
onDisable() - Method in class net.epconsortium.cryptomarket.CryptoMarket
+
 
+
onEnable() - Method in class net.epconsortium.cryptomarket.CryptoMarket
+
 
+
onInventoryClick(InventoryClickEvent) - Method in class net.epconsortium.cryptomarket.ui.MenuListener
+
 
+
onInventoryClickEvent(InventoryClickEvent) - Method in class net.epconsortium.cryptomarket.ui.CalendarListener
+
 
+
onInventoryClickEvent(InventoryClickEvent) - Method in class net.epconsortium.cryptomarket.ui.RankingListener
+
 
+
onInventoryClose(InventoryCloseEvent) - Method in class net.epconsortium.cryptomarket.ui.CalendarListener
+
 
+
onInvestorDataReady(Investor) - Method in interface net.epconsortium.cryptomarket.database.dao.InvestorDao.InvestorDataCallback
+
+
Notifies when the Investor object is ready
+
+
onInvestorsDataReady(Set<Investor>) - Method in interface net.epconsortium.cryptomarket.database.dao.InvestorDao.InvestorsDataCallback
+
+
Notifies when the Investors set is ready
+
+
onRichestInvestorsDataReady(List<Investor>) - Method in interface net.epconsortium.cryptomarket.finances.Economy.RichestInvestorsCallback
+
+
Notifies when the ordered list of richest investors is ready
+
+
onTabComplete(CommandSender, Command, String, String[]) - Method in class net.epconsortium.cryptomarket.commands.CryptoMarketCommand
+
 
+
onTotalInvestmentsReady(double) - Method in interface net.epconsortium.cryptomarket.finances.Economy.InvestmentsCallback
+
+
Notifies when the total investments is ready
+
+
open() - Method in class net.epconsortium.cryptomarket.ui.Calendar
+
+
Opens the Calendar
+
+
open() - Method in class net.epconsortium.cryptomarket.ui.Menu
+
+
Opens the Menu
+
+
open() - Method in class net.epconsortium.cryptomarket.ui.Ranking
+
+
Open the Ranking menu
+
+
OutdatedDataPrompt - Class in net.epconsortium.cryptomarket.conversation.prompt
+
+
Prompt used when the data is not up-to-date and the negotiation cannot proceed
+
+
OutdatedDataPrompt() - Constructor for class net.epconsortium.cryptomarket.conversation.prompt.OutdatedDataPrompt
+
 
+
+ + + +

P

+
+
previousMonth() - Method in class net.epconsortium.cryptomarket.ui.Calendar
+
+
Goes to the previous month
+
+
+ + + +

R

+
+
Ranking - Class in net.epconsortium.cryptomarket.ui
+
+
Represents the Ranking menu
+
+
Ranking(CryptoMarket, Player) - Constructor for class net.epconsortium.cryptomarket.ui.Ranking
+
 
+
RankingListener - Class in net.epconsortium.cryptomarket.ui
+
+
Class used to listen to clicks on the Ranking menu and process them
+
+
RankingListener(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.ui.RankingListener
+
 
+
remove(Player) - Static method in class net.epconsortium.cryptomarket.ui.Calendar
+
+
Removes the Player from the Calendar data, so that when he reopens the + Calendar the period will be the current one
+
+
run() - Method in class net.epconsortium.cryptomarket.task.SaveInvestorsTask
+
+
Used internally!
+
+
run() - Method in class net.epconsortium.cryptomarket.task.UpdateExchangeRatesTask
+
+
Used internally!
+
+
+ + + +

S

+
+
saveAll() - Method in class net.epconsortium.cryptomarket.database.dao.InvestorDao
+
+
Saves the last modifications to the database
+
+
SaveInvestorsTask - Class in net.epconsortium.cryptomarket.task
+
+
Task that save all investors to the database
+
+
SaveInvestorsTask(CryptoMarket) - Constructor for class net.epconsortium.cryptomarket.task.SaveInvestorsTask
+
 
+
sell(Investor, BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Processes the sell of cryptocoins and returns a boolean representing the + success of the operation
+
+
set(Investor, BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Sets the specified amount as the investor's balance of the chosen + cryptocoin
+
+
setValue(BigDecimal) - Method in class net.epconsortium.cryptomarket.database.dao.Balance
+
+
Sets the value of the balance and maintains the average purchase returned + by Balance.getPurchaseAverage()
+
+
start() - Method in class net.epconsortium.cryptomarket.conversation.NegotiationConversation
+
+
Starts the Negotiation Conversation with the Player
+
+
start() - Method in class net.epconsortium.cryptomarket.task.SaveInvestorsTask
+
+
Starts the repetitive task
+
+
start(CryptoMarket) - Method in class net.epconsortium.cryptomarket.task.UpdateExchangeRatesTask
+
+
Starts the repetitive task
+
+
SuccessPrompt - Class in net.epconsortium.cryptomarket.conversation.prompt
+
+
Prompt used when the negotiation is over and well succeeded
+
+
SuccessPrompt() - Constructor for class net.epconsortium.cryptomarket.conversation.prompt.SuccessPrompt
+
 
+
+ + + +

T

+
+
toString() - Method in class net.epconsortium.cryptomarket.database.dao.Investor
+
 
+
transfer(Investor, Investor, BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Transfers the specified amount from the debited to the favored
+
+
+ + + +

U

+
+
update(String, BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.ExchangeRate
+
+
Updates the coin value
+
+
updateAll() - Method in class net.epconsortium.cryptomarket.finances.ExchangeRates
+
+
Updates all exchange rates and allocates them on memory
+
+
updateCurrentExchangeRate() - Method in class net.epconsortium.cryptomarket.finances.ExchangeRates
+
+
Updates today's rate
+
+
UpdateExchangeRatesTask - Class in net.epconsortium.cryptomarket.task
+
+
Task that updates the exchanges rates
+
+
UpdateExchangeRatesTask(ExchangeRates) - Constructor for class net.epconsortium.cryptomarket.task.UpdateExchangeRatesTask
+
 
+
+ + + +

V

+
+
valueOf(String) - Static method in enum net.epconsortium.cryptomarket.finances.Negotiation
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum net.epconsortium.cryptomarket.finances.Negotiation
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+ + + +

W

+
+
warn(String) - Static method in class net.epconsortium.cryptomarket.CryptoMarket
+
+
Sends an warn to the console
+
+
withdraw(Investor, BigDecimal) - Method in class net.epconsortium.cryptomarket.finances.Economy
+
+
Withdraws the specified amount of the chosen cryptocoin from the + investor's account
+
+
+A B C D E F G H I L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..ec0e669 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,76 @@ + + + + + + +CryptoMarket 1.0.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/docs/net/epconsortium/cryptomarket/CryptoMarket.html b/docs/net/epconsortium/cryptomarket/CryptoMarket.html new file mode 100644 index 0000000..f470fe6 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/CryptoMarket.html @@ -0,0 +1,411 @@ + + + + + + +CryptoMarket (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket
+

Class CryptoMarket

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/class-use/CryptoMarket.html b/docs/net/epconsortium/cryptomarket/class-use/CryptoMarket.html new file mode 100644 index 0000000..ba99532 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/class-use/CryptoMarket.html @@ -0,0 +1,386 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.CryptoMarket (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.CryptoMarket

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/commands/CryptoMarketCommand.html b/docs/net/epconsortium/cryptomarket/commands/CryptoMarketCommand.html new file mode 100644 index 0000000..3c086ae --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/commands/CryptoMarketCommand.html @@ -0,0 +1,316 @@ + + + + + + +CryptoMarketCommand (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.commands
+

Class CryptoMarketCommand

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/commands/class-use/CryptoMarketCommand.html b/docs/net/epconsortium/cryptomarket/commands/class-use/CryptoMarketCommand.html new file mode 100644 index 0000000..96f3512 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/commands/class-use/CryptoMarketCommand.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.commands.CryptoMarketCommand (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.commands.CryptoMarketCommand

+
+
No usage of net.epconsortium.cryptomarket.commands.CryptoMarketCommand
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/commands/package-frame.html b/docs/net/epconsortium/cryptomarket/commands/package-frame.html new file mode 100644 index 0000000..4c6a645 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/commands/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +net.epconsortium.cryptomarket.commands (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.commands

+
+

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/commands/package-summary.html b/docs/net/epconsortium/cryptomarket/commands/package-summary.html new file mode 100644 index 0000000..688f020 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/commands/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +net.epconsortium.cryptomarket.commands (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.commands

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/commands/package-tree.html b/docs/net/epconsortium/cryptomarket/commands/package-tree.html new file mode 100644 index 0000000..0c0feae --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/commands/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +net.epconsortium.cryptomarket.commands Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.commands

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/commands/package-use.html b/docs/net/epconsortium/cryptomarket/commands/package-use.html new file mode 100644 index 0000000..0dfa7ce --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/commands/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.commands (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.commands

+
+
No usage of net.epconsortium.cryptomarket.commands
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/NegotiationConversation.html b/docs/net/epconsortium/cryptomarket/conversation/NegotiationConversation.html new file mode 100644 index 0000000..bab1f06 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/NegotiationConversation.html @@ -0,0 +1,307 @@ + + + + + + +NegotiationConversation (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.conversation
+

Class NegotiationConversation

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/class-use/NegotiationConversation.html b/docs/net/epconsortium/cryptomarket/conversation/class-use/NegotiationConversation.html new file mode 100644 index 0000000..56a52e6 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/class-use/NegotiationConversation.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.conversation.NegotiationConversation (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.conversation.NegotiationConversation

+
+
No usage of net.epconsortium.cryptomarket.conversation.NegotiationConversation
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/package-frame.html b/docs/net/epconsortium/cryptomarket/conversation/package-frame.html new file mode 100644 index 0000000..7c8415c --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +net.epconsortium.cryptomarket.conversation (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.conversation

+
+

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/package-summary.html b/docs/net/epconsortium/cryptomarket/conversation/package-summary.html new file mode 100644 index 0000000..83d5ca8 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +net.epconsortium.cryptomarket.conversation (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.conversation

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/package-tree.html b/docs/net/epconsortium/cryptomarket/conversation/package-tree.html new file mode 100644 index 0000000..bd7ae24 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +net.epconsortium.cryptomarket.conversation Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.conversation

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/package-use.html b/docs/net/epconsortium/cryptomarket/conversation/package-use.html new file mode 100644 index 0000000..368a8c5 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.conversation (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.conversation

+
+
No usage of net.epconsortium.cryptomarket.conversation
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/AmountPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/AmountPrompt.html new file mode 100644 index 0000000..82dfb7e --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/AmountPrompt.html @@ -0,0 +1,378 @@ + + + + + + +AmountPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.conversation.prompt
+

Class AmountPrompt

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/CoinPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/CoinPrompt.html new file mode 100644 index 0000000..c74d3a8 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/CoinPrompt.html @@ -0,0 +1,386 @@ + + + + + + +CoinPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.conversation.prompt
+

Class CoinPrompt

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/ConfirmationPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/ConfirmationPrompt.html new file mode 100644 index 0000000..fa2a97a --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/ConfirmationPrompt.html @@ -0,0 +1,349 @@ + + + + + + +ConfirmationPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.conversation.prompt
+

Class ConfirmationPrompt

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/ErrorPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/ErrorPrompt.html new file mode 100644 index 0000000..3dad26b --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/ErrorPrompt.html @@ -0,0 +1,326 @@ + + + + + + +ErrorPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.conversation.prompt
+

Class ErrorPrompt

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/ExitWarningPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/ExitWarningPrompt.html new file mode 100644 index 0000000..052d18e --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/ExitWarningPrompt.html @@ -0,0 +1,326 @@ + + + + + + +ExitWarningPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.conversation.prompt
+

Class ExitWarningPrompt

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/OutdatedDataPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/OutdatedDataPrompt.html new file mode 100644 index 0000000..74b6a3b --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/OutdatedDataPrompt.html @@ -0,0 +1,326 @@ + + + + + + +OutdatedDataPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.conversation.prompt
+

Class OutdatedDataPrompt

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/SuccessPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/SuccessPrompt.html new file mode 100644 index 0000000..c585a59 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/SuccessPrompt.html @@ -0,0 +1,326 @@ + + + + + + +SuccessPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.conversation.prompt
+

Class SuccessPrompt

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/AmountPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/AmountPrompt.html new file mode 100644 index 0000000..745fea8 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/AmountPrompt.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.conversation.prompt.AmountPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.conversation.prompt.AmountPrompt

+
+
No usage of net.epconsortium.cryptomarket.conversation.prompt.AmountPrompt
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/CoinPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/CoinPrompt.html new file mode 100644 index 0000000..dd0a036 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/CoinPrompt.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.conversation.prompt.CoinPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.conversation.prompt.CoinPrompt

+
+
No usage of net.epconsortium.cryptomarket.conversation.prompt.CoinPrompt
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ConfirmationPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ConfirmationPrompt.html new file mode 100644 index 0000000..d7a0515 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ConfirmationPrompt.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.conversation.prompt.ConfirmationPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.conversation.prompt.ConfirmationPrompt

+
+
No usage of net.epconsortium.cryptomarket.conversation.prompt.ConfirmationPrompt
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ErrorPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ErrorPrompt.html new file mode 100644 index 0000000..28d11a9 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ErrorPrompt.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.conversation.prompt.ErrorPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.conversation.prompt.ErrorPrompt

+
+
No usage of net.epconsortium.cryptomarket.conversation.prompt.ErrorPrompt
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ExitWarningPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ExitWarningPrompt.html new file mode 100644 index 0000000..449c5d3 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/ExitWarningPrompt.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.conversation.prompt.ExitWarningPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.conversation.prompt.ExitWarningPrompt

+
+
No usage of net.epconsortium.cryptomarket.conversation.prompt.ExitWarningPrompt
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/OutdatedDataPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/OutdatedDataPrompt.html new file mode 100644 index 0000000..7bf8462 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/OutdatedDataPrompt.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.conversation.prompt.OutdatedDataPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.conversation.prompt.OutdatedDataPrompt

+
+
No usage of net.epconsortium.cryptomarket.conversation.prompt.OutdatedDataPrompt
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/SuccessPrompt.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/SuccessPrompt.html new file mode 100644 index 0000000..e3d22b1 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/class-use/SuccessPrompt.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.conversation.prompt.SuccessPrompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.conversation.prompt.SuccessPrompt

+
+
No usage of net.epconsortium.cryptomarket.conversation.prompt.SuccessPrompt
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/package-frame.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/package-frame.html new file mode 100644 index 0000000..01a026d --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/package-frame.html @@ -0,0 +1,27 @@ + + + + + + +net.epconsortium.cryptomarket.conversation.prompt (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.conversation.prompt

+
+

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/package-summary.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/package-summary.html new file mode 100644 index 0000000..4f91a3a --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/package-summary.html @@ -0,0 +1,183 @@ + + + + + + +net.epconsortium.cryptomarket.conversation.prompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.conversation.prompt

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/package-tree.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/package-tree.html new file mode 100644 index 0000000..c7e627d --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/package-tree.html @@ -0,0 +1,161 @@ + + + + + + +net.epconsortium.cryptomarket.conversation.prompt Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.conversation.prompt

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/conversation/prompt/package-use.html b/docs/net/epconsortium/cryptomarket/conversation/prompt/package-use.html new file mode 100644 index 0000000..794ee5d --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/conversation/prompt/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.conversation.prompt (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.conversation.prompt

+
+
No usage of net.epconsortium.cryptomarket.conversation.prompt
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/ConnectionFactory.html b/docs/net/epconsortium/cryptomarket/database/ConnectionFactory.html new file mode 100644 index 0000000..710d887 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/ConnectionFactory.html @@ -0,0 +1,288 @@ + + + + + + +ConnectionFactory (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.database
+

Class ConnectionFactory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/class-use/ConnectionFactory.html b/docs/net/epconsortium/cryptomarket/database/class-use/ConnectionFactory.html new file mode 100644 index 0000000..7af3018 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/class-use/ConnectionFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.database.ConnectionFactory (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.database.ConnectionFactory

+
+
No usage of net.epconsortium.cryptomarket.database.ConnectionFactory
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/Balance.html b/docs/net/epconsortium/cryptomarket/database/dao/Balance.html new file mode 100644 index 0000000..08083ca --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/Balance.html @@ -0,0 +1,374 @@ + + + + + + +Balance (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.database.dao
+

Class Balance

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/Investor.html b/docs/net/epconsortium/cryptomarket/database/dao/Investor.html new file mode 100644 index 0000000..edc0e53 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/Investor.html @@ -0,0 +1,365 @@ + + + + + + +Investor (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.database.dao
+

Class Investor

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.DatabaseConfigurationCallback.html b/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.DatabaseConfigurationCallback.html new file mode 100644 index 0000000..72659f7 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.DatabaseConfigurationCallback.html @@ -0,0 +1,234 @@ + + + + + + +InvestorDao.DatabaseConfigurationCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.database.dao
+

Interface InvestorDao.DatabaseConfigurationCallback

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.InvestorDataCallback.html b/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.InvestorDataCallback.html new file mode 100644 index 0000000..8b9d1b8 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.InvestorDataCallback.html @@ -0,0 +1,234 @@ + + + + + + +InvestorDao.InvestorDataCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.database.dao
+

Interface InvestorDao.InvestorDataCallback

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.InvestorsDataCallback.html b/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.InvestorsDataCallback.html new file mode 100644 index 0000000..d26fd02 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.InvestorsDataCallback.html @@ -0,0 +1,234 @@ + + + + + + +InvestorDao.InvestorsDataCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.database.dao
+

Interface InvestorDao.InvestorsDataCallback

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.html b/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.html new file mode 100644 index 0000000..69adccd --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/InvestorDao.html @@ -0,0 +1,374 @@ + + + + + + +InvestorDao (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.database.dao
+

Class InvestorDao

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/class-use/Balance.html b/docs/net/epconsortium/cryptomarket/database/dao/class-use/Balance.html new file mode 100644 index 0000000..cfebe41 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/class-use/Balance.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.database.dao.Balance (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.database.dao.Balance

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/class-use/Investor.html b/docs/net/epconsortium/cryptomarket/database/dao/class-use/Investor.html new file mode 100644 index 0000000..ec67200 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/class-use/Investor.html @@ -0,0 +1,306 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.database.dao.Investor (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.database.dao.Investor

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.DatabaseConfigurationCallback.html b/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.DatabaseConfigurationCallback.html new file mode 100644 index 0000000..4b5b4e9 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.DatabaseConfigurationCallback.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Interface net.epconsortium.cryptomarket.database.dao.InvestorDao.DatabaseConfigurationCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
net.epconsortium.cryptomarket.database.dao.InvestorDao.DatabaseConfigurationCallback

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.InvestorDataCallback.html b/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.InvestorDataCallback.html new file mode 100644 index 0000000..8a05111 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.InvestorDataCallback.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Interface net.epconsortium.cryptomarket.database.dao.InvestorDao.InvestorDataCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
net.epconsortium.cryptomarket.database.dao.InvestorDao.InvestorDataCallback

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.InvestorsDataCallback.html b/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.InvestorsDataCallback.html new file mode 100644 index 0000000..962cbe5 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.InvestorsDataCallback.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Interface net.epconsortium.cryptomarket.database.dao.InvestorDao.InvestorsDataCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
net.epconsortium.cryptomarket.database.dao.InvestorDao.InvestorsDataCallback

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.html b/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.html new file mode 100644 index 0000000..ac7db00 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/class-use/InvestorDao.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.database.dao.InvestorDao (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.database.dao.InvestorDao

+
+
No usage of net.epconsortium.cryptomarket.database.dao.InvestorDao
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/package-frame.html b/docs/net/epconsortium/cryptomarket/database/dao/package-frame.html new file mode 100644 index 0000000..834610a --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/package-frame.html @@ -0,0 +1,29 @@ + + + + + + +net.epconsortium.cryptomarket.database.dao (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.database.dao

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/package-summary.html b/docs/net/epconsortium/cryptomarket/database/dao/package-summary.html new file mode 100644 index 0000000..2a8407a --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/package-summary.html @@ -0,0 +1,182 @@ + + + + + + +net.epconsortium.cryptomarket.database.dao (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.database.dao

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/package-tree.html b/docs/net/epconsortium/cryptomarket/database/dao/package-tree.html new file mode 100644 index 0000000..a0939f0 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +net.epconsortium.cryptomarket.database.dao Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.database.dao

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/dao/package-use.html b/docs/net/epconsortium/cryptomarket/database/dao/package-use.html new file mode 100644 index 0000000..79204ea --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/dao/package-use.html @@ -0,0 +1,220 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.database.dao (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.database.dao

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/package-frame.html b/docs/net/epconsortium/cryptomarket/database/package-frame.html new file mode 100644 index 0000000..d590d3c --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +net.epconsortium.cryptomarket.database (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.database

+
+

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/database/package-summary.html b/docs/net/epconsortium/cryptomarket/database/package-summary.html new file mode 100644 index 0000000..7df7436 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +net.epconsortium.cryptomarket.database (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.database

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/package-tree.html b/docs/net/epconsortium/cryptomarket/database/package-tree.html new file mode 100644 index 0000000..03b5b96 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/package-tree.html @@ -0,0 +1,139 @@ + + + + + + +net.epconsortium.cryptomarket.database Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.database

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/database/package-use.html b/docs/net/epconsortium/cryptomarket/database/package-use.html new file mode 100644 index 0000000..9b47c35 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/database/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.database (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.database

+
+
No usage of net.epconsortium.cryptomarket.database
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/Economy.InvestmentsCallback.html b/docs/net/epconsortium/cryptomarket/finances/Economy.InvestmentsCallback.html new file mode 100644 index 0000000..65e1225 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/Economy.InvestmentsCallback.html @@ -0,0 +1,234 @@ + + + + + + +Economy.InvestmentsCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.finances
+

Interface Economy.InvestmentsCallback

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/Economy.RicherInvestorsCallback.html b/docs/net/epconsortium/cryptomarket/finances/Economy.RicherInvestorsCallback.html new file mode 100644 index 0000000..9fde2c7 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/Economy.RicherInvestorsCallback.html @@ -0,0 +1,234 @@ + + + + + + +Economy.RicherInvestorsCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.finances
+

Interface Economy.RicherInvestorsCallback

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2018. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/Economy.RichestInvestorsCallback.html b/docs/net/epconsortium/cryptomarket/finances/Economy.RichestInvestorsCallback.html new file mode 100644 index 0000000..87353b0 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/Economy.RichestInvestorsCallback.html @@ -0,0 +1,234 @@ + + + + + + +Economy.RichestInvestorsCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.finances
+

Interface Economy.RichestInvestorsCallback

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/Economy.html b/docs/net/epconsortium/cryptomarket/finances/Economy.html new file mode 100644 index 0000000..1356aed --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/Economy.html @@ -0,0 +1,600 @@ + + + + + + +Economy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.finances
+

Class Economy

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/ExchangeRate.html b/docs/net/epconsortium/cryptomarket/finances/ExchangeRate.html new file mode 100644 index 0000000..f15fd9b --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/ExchangeRate.html @@ -0,0 +1,310 @@ + + + + + + +ExchangeRate (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.finances
+

Class ExchangeRate

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/ExchangeRates.html b/docs/net/epconsortium/cryptomarket/finances/ExchangeRates.html new file mode 100644 index 0000000..67c8a4b --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/ExchangeRates.html @@ -0,0 +1,380 @@ + + + + + + +ExchangeRates (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.finances
+

Class ExchangeRates

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/Negotiation.html b/docs/net/epconsortium/cryptomarket/finances/Negotiation.html new file mode 100644 index 0000000..503c821 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/Negotiation.html @@ -0,0 +1,343 @@ + + + + + + +Negotiation (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.finances
+

Enum Negotiation

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.InvestmentsCallback.html b/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.InvestmentsCallback.html new file mode 100644 index 0000000..a055fb9 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.InvestmentsCallback.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Interface net.epconsortium.cryptomarket.finances.Economy.InvestmentsCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
net.epconsortium.cryptomarket.finances.Economy.InvestmentsCallback

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.RicherInvestorsCallback.html b/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.RicherInvestorsCallback.html new file mode 100644 index 0000000..e8117f5 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.RicherInvestorsCallback.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Interface net.epconsortium.cryptomarket.finances.Economy.RicherInvestorsCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
net.epconsortium.cryptomarket.finances.Economy.RicherInvestorsCallback

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2018. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.RichestInvestorsCallback.html b/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.RichestInvestorsCallback.html new file mode 100644 index 0000000..a4790c9 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.RichestInvestorsCallback.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Interface net.epconsortium.cryptomarket.finances.Economy.RichestInvestorsCallback (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
net.epconsortium.cryptomarket.finances.Economy.RichestInvestorsCallback

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.html b/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.html new file mode 100644 index 0000000..bc2af67 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/class-use/Economy.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.finances.Economy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.finances.Economy

+
+
No usage of net.epconsortium.cryptomarket.finances.Economy
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/class-use/ExchangeRate.html b/docs/net/epconsortium/cryptomarket/finances/class-use/ExchangeRate.html new file mode 100644 index 0000000..0e09aa9 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/class-use/ExchangeRate.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.finances.ExchangeRate (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.finances.ExchangeRate

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/class-use/ExchangeRates.html b/docs/net/epconsortium/cryptomarket/finances/class-use/ExchangeRates.html new file mode 100644 index 0000000..a7b9338 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/class-use/ExchangeRates.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.finances.ExchangeRates (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.finances.ExchangeRates

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/class-use/Negotiation.html b/docs/net/epconsortium/cryptomarket/finances/class-use/Negotiation.html new file mode 100644 index 0000000..2b57d71 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/class-use/Negotiation.html @@ -0,0 +1,225 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.finances.Negotiation (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.finances.Negotiation

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/package-frame.html b/docs/net/epconsortium/cryptomarket/finances/package-frame.html new file mode 100644 index 0000000..f92dce0 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +net.epconsortium.cryptomarket.finances (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.finances

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/package-summary.html b/docs/net/epconsortium/cryptomarket/finances/package-summary.html new file mode 100644 index 0000000..faed3f1 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/package-summary.html @@ -0,0 +1,192 @@ + + + + + + +net.epconsortium.cryptomarket.finances (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.finances

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/package-tree.html b/docs/net/epconsortium/cryptomarket/finances/package-tree.html new file mode 100644 index 0000000..73b64f4 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/package-tree.html @@ -0,0 +1,158 @@ + + + + + + +net.epconsortium.cryptomarket.finances Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.finances

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/finances/package-use.html b/docs/net/epconsortium/cryptomarket/finances/package-use.html new file mode 100644 index 0000000..0dc1341 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/finances/package-use.html @@ -0,0 +1,229 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.finances (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.finances

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/package-frame.html b/docs/net/epconsortium/cryptomarket/package-frame.html new file mode 100644 index 0000000..e1b0a5b --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +net.epconsortium.cryptomarket (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket

+
+

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/package-summary.html b/docs/net/epconsortium/cryptomarket/package-summary.html new file mode 100644 index 0000000..9cd8b7c --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +net.epconsortium.cryptomarket (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/package-tree.html b/docs/net/epconsortium/cryptomarket/package-tree.html new file mode 100644 index 0000000..a661110 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +net.epconsortium.cryptomarket Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/package-use.html b/docs/net/epconsortium/cryptomarket/package-use.html new file mode 100644 index 0000000..2ef041a --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/package-use.html @@ -0,0 +1,329 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/task/SaveInvestorsTask.html b/docs/net/epconsortium/cryptomarket/task/SaveInvestorsTask.html new file mode 100644 index 0000000..baf0327 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/task/SaveInvestorsTask.html @@ -0,0 +1,313 @@ + + + + + + +SaveInvestorsTask (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.task
+

Class SaveInvestorsTask

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/task/UpdateExchangeRatesTask.html b/docs/net/epconsortium/cryptomarket/task/UpdateExchangeRatesTask.html new file mode 100644 index 0000000..85f25c3 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/task/UpdateExchangeRatesTask.html @@ -0,0 +1,317 @@ + + + + + + +UpdateExchangeRatesTask (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.task
+

Class UpdateExchangeRatesTask

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/task/class-use/SaveInvestorsTask.html b/docs/net/epconsortium/cryptomarket/task/class-use/SaveInvestorsTask.html new file mode 100644 index 0000000..8b823ef --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/task/class-use/SaveInvestorsTask.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.task.SaveInvestorsTask (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.task.SaveInvestorsTask

+
+
No usage of net.epconsortium.cryptomarket.task.SaveInvestorsTask
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/task/class-use/UpdateExchangeRatesTask.html b/docs/net/epconsortium/cryptomarket/task/class-use/UpdateExchangeRatesTask.html new file mode 100644 index 0000000..8010c55 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/task/class-use/UpdateExchangeRatesTask.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.task.UpdateExchangeRatesTask (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.task.UpdateExchangeRatesTask

+
+
No usage of net.epconsortium.cryptomarket.task.UpdateExchangeRatesTask
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/task/package-frame.html b/docs/net/epconsortium/cryptomarket/task/package-frame.html new file mode 100644 index 0000000..255ae07 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/task/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +net.epconsortium.cryptomarket.task (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.task

+
+

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/task/package-summary.html b/docs/net/epconsortium/cryptomarket/task/package-summary.html new file mode 100644 index 0000000..466c0c8 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/task/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +net.epconsortium.cryptomarket.task (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.task

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/task/package-tree.html b/docs/net/epconsortium/cryptomarket/task/package-tree.html new file mode 100644 index 0000000..9045506 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/task/package-tree.html @@ -0,0 +1,144 @@ + + + + + + +net.epconsortium.cryptomarket.task Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.task

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/task/package-use.html b/docs/net/epconsortium/cryptomarket/task/package-use.html new file mode 100644 index 0000000..5d28861 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/task/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.task (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.task

+
+
No usage of net.epconsortium.cryptomarket.task
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/Calendar.html b/docs/net/epconsortium/cryptomarket/ui/Calendar.html new file mode 100644 index 0000000..951a044 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/Calendar.html @@ -0,0 +1,337 @@ + + + + + + +Calendar (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.ui
+

Class Calendar

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/CalendarListener.html b/docs/net/epconsortium/cryptomarket/ui/CalendarListener.html new file mode 100644 index 0000000..88bc85d --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/CalendarListener.html @@ -0,0 +1,296 @@ + + + + + + +CalendarListener (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.ui
+

Class CalendarListener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/Menu.html b/docs/net/epconsortium/cryptomarket/ui/Menu.html new file mode 100644 index 0000000..fc175ad --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/Menu.html @@ -0,0 +1,283 @@ + + + + + + +Menu (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.ui
+

Class Menu

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/MenuListener.html b/docs/net/epconsortium/cryptomarket/ui/MenuListener.html new file mode 100644 index 0000000..782c033 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/MenuListener.html @@ -0,0 +1,283 @@ + + + + + + +MenuListener (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.ui
+

Class MenuListener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/Ranking.html b/docs/net/epconsortium/cryptomarket/ui/Ranking.html new file mode 100644 index 0000000..af1f7b1 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/Ranking.html @@ -0,0 +1,283 @@ + + + + + + +Ranking (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.ui
+

Class Ranking

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/RankingListener.html b/docs/net/epconsortium/cryptomarket/ui/RankingListener.html new file mode 100644 index 0000000..2aba53c --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/RankingListener.html @@ -0,0 +1,283 @@ + + + + + + +RankingListener (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.ui
+

Class RankingListener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/class-use/Calendar.html b/docs/net/epconsortium/cryptomarket/ui/class-use/Calendar.html new file mode 100644 index 0000000..8d0fbed --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/class-use/Calendar.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.ui.Calendar (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.ui.Calendar

+
+
No usage of net.epconsortium.cryptomarket.ui.Calendar
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/class-use/CalendarListener.html b/docs/net/epconsortium/cryptomarket/ui/class-use/CalendarListener.html new file mode 100644 index 0000000..f801599 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/class-use/CalendarListener.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.ui.CalendarListener (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.ui.CalendarListener

+
+
No usage of net.epconsortium.cryptomarket.ui.CalendarListener
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/class-use/Menu.html b/docs/net/epconsortium/cryptomarket/ui/class-use/Menu.html new file mode 100644 index 0000000..0053501 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/class-use/Menu.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.ui.Menu (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.ui.Menu

+
+
No usage of net.epconsortium.cryptomarket.ui.Menu
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/class-use/MenuListener.html b/docs/net/epconsortium/cryptomarket/ui/class-use/MenuListener.html new file mode 100644 index 0000000..73b9c86 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/class-use/MenuListener.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.ui.MenuListener (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.ui.MenuListener

+
+
No usage of net.epconsortium.cryptomarket.ui.MenuListener
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/class-use/Ranking.html b/docs/net/epconsortium/cryptomarket/ui/class-use/Ranking.html new file mode 100644 index 0000000..b8bbb6f --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/class-use/Ranking.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.ui.Ranking (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.ui.Ranking

+
+
No usage of net.epconsortium.cryptomarket.ui.Ranking
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/class-use/RankingListener.html b/docs/net/epconsortium/cryptomarket/ui/class-use/RankingListener.html new file mode 100644 index 0000000..e1dc5f9 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/class-use/RankingListener.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.ui.RankingListener (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.ui.RankingListener

+
+
No usage of net.epconsortium.cryptomarket.ui.RankingListener
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/package-frame.html b/docs/net/epconsortium/cryptomarket/ui/package-frame.html new file mode 100644 index 0000000..f3ec217 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +net.epconsortium.cryptomarket.ui (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.ui

+
+

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/package-summary.html b/docs/net/epconsortium/cryptomarket/ui/package-summary.html new file mode 100644 index 0000000..6933b15 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/package-summary.html @@ -0,0 +1,176 @@ + + + + + + +net.epconsortium.cryptomarket.ui (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.ui

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/package-tree.html b/docs/net/epconsortium/cryptomarket/ui/package-tree.html new file mode 100644 index 0000000..d2da78b --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/package-tree.html @@ -0,0 +1,144 @@ + + + + + + +net.epconsortium.cryptomarket.ui Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.ui

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/ui/package-use.html b/docs/net/epconsortium/cryptomarket/ui/package-use.html new file mode 100644 index 0000000..153fe5d --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/ui/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.ui (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.ui

+
+
No usage of net.epconsortium.cryptomarket.ui
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/Configuration.html b/docs/net/epconsortium/cryptomarket/util/Configuration.html new file mode 100644 index 0000000..9d0efca --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/Configuration.html @@ -0,0 +1,1925 @@ + + + + + + +Configuration (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.util
+

Class Configuration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/Formatter.html b/docs/net/epconsortium/cryptomarket/util/Formatter.html new file mode 100644 index 0000000..827bca7 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/Formatter.html @@ -0,0 +1,335 @@ + + + + + + +Formatter (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.util
+

Class Formatter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/Logger.html b/docs/net/epconsortium/cryptomarket/util/Logger.html new file mode 100644 index 0000000..d1f2058 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/Logger.html @@ -0,0 +1,297 @@ + + + + + + +Logger (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
net.epconsortium.cryptomarket.util
+

Class Logger

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/class-use/Configuration.html b/docs/net/epconsortium/cryptomarket/util/class-use/Configuration.html new file mode 100644 index 0000000..90b32c5 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/class-use/Configuration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.util.Configuration (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.util.Configuration

+
+
No usage of net.epconsortium.cryptomarket.util.Configuration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/class-use/Formatter.html b/docs/net/epconsortium/cryptomarket/util/class-use/Formatter.html new file mode 100644 index 0000000..9f6f941 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/class-use/Formatter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.util.Formatter (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.util.Formatter

+
+
No usage of net.epconsortium.cryptomarket.util.Formatter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/class-use/Logger.html b/docs/net/epconsortium/cryptomarket/util/class-use/Logger.html new file mode 100644 index 0000000..811ec01 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/class-use/Logger.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class net.epconsortium.cryptomarket.util.Logger (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
net.epconsortium.cryptomarket.util.Logger

+
+
No usage of net.epconsortium.cryptomarket.util.Logger
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/package-frame.html b/docs/net/epconsortium/cryptomarket/util/package-frame.html new file mode 100644 index 0000000..52e9629 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +net.epconsortium.cryptomarket.util (CryptoMarket 1.0.0 API) + + + + + +

net.epconsortium.cryptomarket.util

+
+

Classes

+ +
+ + diff --git a/docs/net/epconsortium/cryptomarket/util/package-summary.html b/docs/net/epconsortium/cryptomarket/util/package-summary.html new file mode 100644 index 0000000..29b9622 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/package-summary.html @@ -0,0 +1,156 @@ + + + + + + +net.epconsortium.cryptomarket.util (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package net.epconsortium.cryptomarket.util

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/package-tree.html b/docs/net/epconsortium/cryptomarket/util/package-tree.html new file mode 100644 index 0000000..4d48af2 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +net.epconsortium.cryptomarket.util Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package net.epconsortium.cryptomarket.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/net/epconsortium/cryptomarket/util/package-use.html b/docs/net/epconsortium/cryptomarket/util/package-use.html new file mode 100644 index 0000000..a6c4bc0 --- /dev/null +++ b/docs/net/epconsortium/cryptomarket/util/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package net.epconsortium.cryptomarket.util (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
net.epconsortium.cryptomarket.util

+
+
No usage of net.epconsortium.cryptomarket.util
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/overview-frame.html b/docs/overview-frame.html new file mode 100644 index 0000000..29365f4 --- /dev/null +++ b/docs/overview-frame.html @@ -0,0 +1,31 @@ + + + + + + +Overview List (CryptoMarket 1.0.0 API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/docs/overview-summary.html b/docs/overview-summary.html new file mode 100644 index 0000000..cfb6bab --- /dev/null +++ b/docs/overview-summary.html @@ -0,0 +1,176 @@ + + + + + + +Overview (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

CryptoMarket 1.0.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
net.epconsortium.cryptomarket 
net.epconsortium.cryptomarket.commands 
net.epconsortium.cryptomarket.conversation 
net.epconsortium.cryptomarket.conversation.prompt 
net.epconsortium.cryptomarket.database 
net.epconsortium.cryptomarket.database.dao 
net.epconsortium.cryptomarket.finances 
net.epconsortium.cryptomarket.task 
net.epconsortium.cryptomarket.ui 
net.epconsortium.cryptomarket.util 
+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/overview-tree.html b/docs/overview-tree.html new file mode 100644 index 0000000..2fe3738 --- /dev/null +++ b/docs/overview-tree.html @@ -0,0 +1,223 @@ + + + + + + +Class Hierarchy (CryptoMarket 1.0.0 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + diff --git a/docs/package-list b/docs/package-list new file mode 100644 index 0000000..e2fd57b --- /dev/null +++ b/docs/package-list @@ -0,0 +1,10 @@ +net.epconsortium.cryptomarket +net.epconsortium.cryptomarket.commands +net.epconsortium.cryptomarket.conversation +net.epconsortium.cryptomarket.conversation.prompt +net.epconsortium.cryptomarket.database +net.epconsortium.cryptomarket.database.dao +net.epconsortium.cryptomarket.finances +net.epconsortium.cryptomarket.task +net.epconsortium.cryptomarket.ui +net.epconsortium.cryptomarket.util diff --git a/docs/script.js b/docs/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/docs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/docs/stylesheet.css b/docs/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/docs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +}