Uses of Record Class
org.episteme.social.arts.ArtMarketAnalyzer.AuctionRecord
Packages that use ArtMarketAnalyzer.AuctionRecord
-
Uses of ArtMarketAnalyzer.AuctionRecord in org.episteme.social.arts
Methods in org.episteme.social.arts that return types with arguments of type ArtMarketAnalyzer.AuctionRecordModifier and TypeMethodDescriptionstatic List<ArtMarketAnalyzer.AuctionRecord> ArtMarketAnalyzer.findComparables(String artist, int year, String medium, int maxResults) Finds previous auction sales that are comparable to a given work.Methods in org.episteme.social.arts with parameters of type ArtMarketAnalyzer.AuctionRecordModifier and TypeMethodDescriptionstatic voidArtMarketAnalyzer.addAuctionRecord(ArtMarketAnalyzer.AuctionRecord record) Records a new auction sale in the internal database.