Uses of Class
ibspan.ecap.shared.ontology.negotiation.BidInfo

Packages that use BidInfo
ibspan.ecap.shared.ontology.negotiation   
 

Uses of BidInfo in ibspan.ecap.shared.ontology.negotiation
 

Methods in ibspan.ecap.shared.ontology.negotiation that return types with arguments of type BidInfo
 java.util.List<BidInfo> NegotiationLog.getBids()
          Gets the list of the bids made during the auction.
 

Method parameters in ibspan.ecap.shared.ontology.negotiation with type arguments of type BidInfo
 void NegotiationLog.setBids(java.util.List<BidInfo> bids)
          Sets the list of the bids made during the auction.