Uses of Record Class
org.episteme.social.economics.AuctionSimulator.Bid
Packages that use AuctionSimulator.Bid
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
-
Uses of AuctionSimulator.Bid in org.episteme.social.economics
Methods in org.episteme.social.economics that return types with arguments of type AuctionSimulator.BidModifier and TypeMethodDescriptionAuctionSimulator.AuctionResult.bidHistory()Returns the value of thebidHistoryrecord component.Constructor parameters in org.episteme.social.economics with type arguments of type AuctionSimulator.BidModifierConstructorDescriptionAuctionResult(String winnerId, Real winningBid, Real sellerRevenue, int rounds, List<AuctionSimulator.Bid> bidHistory) Creates an instance of aAuctionResultrecord class.