A B C D E F G H I L M N O P R S T U V W

S

SalesFact - Class in ibspan.ecap.merchant.shopdecisions.dataaccess
A class representing an observation about the sales process of a single product.
SalesFact() - Constructor for class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Instantiates a new sales fact.
SalesFact(int, int, int, int, int, int, int, float, float, int, float, int, float, int, int, int) - Constructor for class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Creates a new instance of SalesFact.
SalesFactProcessor - Class in ibspan.ecap.merchant.shopdecisions.dataadministration
A class responsible for extracting the appropriate information from the negotiation and transaction finalisation logs and creating a supplies fact object.
SalesFactProcessor() - Constructor for class ibspan.ecap.merchant.shopdecisions.dataadministration.SalesFactProcessor
 
schedule(Runnable, long, TimeUnit) - Method in class ibspan.ecap.shared.util.ScheduledExecutorCompletionService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable<RES>, long, TimeUnit) - Method in class ibspan.ecap.shared.util.ScheduledExecutorCompletionService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
ScheduledExecutorCompletionService<RES> - Class in ibspan.ecap.shared.util
A CompletionService that uses a supplied ScheduledExecutorService to schedule and execute tasks.
ScheduledExecutorCompletionService(ScheduledExecutorService) - Constructor for class ibspan.ecap.shared.util.ScheduledExecutorCompletionService
Creates a ScheduledExecutorCompletionService using the supplied scheduler for base task execution and a LinkedBlockingQueue as a completion queue.
ScheduledExecutorCompletionService(ScheduledExecutorService, BlockingQueue<Future<RES>>) - Constructor for class ibspan.ecap.shared.util.ScheduledExecutorCompletionService
Creates a ScheduledExecutorCompletionService using the supplied scheduler for base task execution and the supplied queue as its completion queue.
ScheduledForecastRunner - Class in ibspan.ecap.merchant.shopdecisions.forecasting
A class responsible for running forecast tasks at the specified times.
ScheduledForecastRunner() - Constructor for class ibspan.ecap.merchant.shopdecisions.forecasting.ScheduledForecastRunner
 
scheduleForecast(ForecastTask) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.ForecastScheduler
Schedules the preparation of the next forecast of the product.
scheduleForecast(ForecastTask) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.ScheduledForecastRunner
Schedules a ForecastTask for execution.
Scrapbook - Class in ibspan.ecap.merchant.shopdecisions.dataaccess.tests
 
Scrapbook() - Constructor for class ibspan.ecap.merchant.shopdecisions.dataaccess.tests.Scrapbook
 
setAskingPrice(float) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the value of asking price.
setBeforeLastAmountOffered(float) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setBeforeLastAmountSold(int) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setBeforeLastClientsRegistered(int) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setBeforeLastReserveValueOffered(float) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setBeforeLastValueSold(float) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setBidCount(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the number of bids during the negotiation.
setBids(List<BidInfo>) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the list of the bids made during the auction.
setCicQueryCount(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.DemandFact
Sets the number of queries about the product sent to the cic, the day the demand was checked.
setCicQueryCount(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DemandData
Sets the amount of queries the CIC has registered during the day.
setCicQueryCount(int) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandData
Sets the amount of queries the CIC has registered during the day.
setClientId(String) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.BuyerRegistrationInfo
Sets the id of the client the buyer belongs to
setClientId(String) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.TransactionLog
Sets the id of the client who made the reservation.
setClientId(String) - Method in class ibspan.ecap.shared.ontology.negotiation.BidInfo
Sets the id of the client who made the bid.
setCreatedByShop(boolean) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.BuyerRegistrationInfo
Sets if the buyer agent was created by shop.
setDate(Date) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DemandData
Sets the date on which the data was collected.
setDate(Date) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DemandRequest
 
setDateKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.DemandFact
Sets the key to the date dimension entry that describes the date when the demand has been checked.
setDeliveredProductId(String) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DeliveryLog
Sets the id of the delivered product
setDeliveryDateKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the key to the date dimension entry describing the date the ordered product was delivered.
setDeliveryTime(Date) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DeliveryLog
Sets the time when the product was delivered
setDeliveryTimeKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the key to the time dimension entry describing the time of day when the ordered product was delivered.
setDemand(DemandData) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandForProduct
 
setDeviation(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.ForecastFact
 
setEndDateKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.ForecastFact
 
setExpiryTime(Date) - Method in class ibspan.ecap.shared.ontology.negotiation.ReservationInfo
Sets the reservation expiry time.
setFinalisationType(FinalisationType) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.TransactionLog
Sets the type of the finalisation.
setFinishedTransactionCount(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the number of finished transactions following this negotiation, that is the reservations that ended up either confirmed, cancelled or expired.
setForecastStart(Date) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.ForecastTask
Sets the date at which the forecast task should be executed.
setFuture(Future<ForecastDescription>) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.ForecastTask
Sets the Future object able to return the result of the completed task.
setGlobalProductId(String) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandData
Sets the id of the product.
setGlobalProductId(String) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandForProduct
 
setLastAmountOffered(float) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setLastAmountSold(int) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setLastClientsRegistered(int) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setLastDescription(String, NegotiationDescription) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.NegotiationDescriptionInventory
Updates the previous negotiation description of the product.
setLastReserveValueOffered(float) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setLastValueSold(float) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setMeanAmountPerClient(int) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandData
 
setMinimumValueOffered(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the total value of the product offered using the minimum price set in the negotiation strategy.
setMovingAverageAmountOffered(float) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.AmountInputData
 
setNegotiationEnd(Date) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the time of the end of the negotiation.
setNegotiationEndDateKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the key to the date dimension entry describing the negotiation end date.
setNegotiationEndTimeKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the key to the time dimension entry describing the negotiation end time.
setNegotiationId(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the negotiation's operational id.
setNegotiationId(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.TransactionLog
Sets the id of the negotiation after which the reservation has been made.
setNegotiationId(int) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the id of the negotiation.
setNegotiationStart(Date) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the time of the beginning of the negotiation.
setOfferTime(Date) - Method in class ibspan.ecap.shared.ontology.negotiation.BidInfo
Sets the time the offer was made
setOrderDateKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the key to the date dimension entry describing the date of the making of the order.
setOrderedQuantity(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DeliveryLog
Sets the ordered amount of product.
setOrderedValue(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DeliveryLog
Sets the total value of the ordered product.
setOrderTime(Date) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DeliveryLog
Sets the time when the product was ordered
setOrderTimeKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the key to the time dimension entry describing the time of day of the making of the order.
setPeriodNo(int) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.StationaryHorizonEstimator.Observation
 
setPeriodNumber(int) - Method in class ibspan.ecap.merchant.shopdecisions.negotiationpreparation.TemplatePreparer.PriceInputData
 
setPreparationTime(Date) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.ForecastDescription
 
setPrice(float) - Method in class ibspan.ecap.shared.ontology.negotiation.BidInfo
Sets the value of price offered.
setProductHorizon(String, int) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.FixedHorizonEstimator
 
setProductId(String) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.BuyerRegistrationInfo
Sets the id of the product the buyer wanted to buy
setProductId(String) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DemandData
Sets the id of the product.
setProductId(String) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DemandRequest
 
setProductId(String) - Method in class ibspan.ecap.merchant.shopdecisions.OrderProblemLog
Sets the global id of the product that was to be ordered.
setProductId(String) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the global id of the product.
setProductKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.DemandFact
Sets the key to the product dimension entry that describes the product for which the demand was checked.
setProductKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the key to the product dimension entry describing the product delivered.
setProductKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.ForecastFact
 
setProductOfferedKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the key to the product dimension entry describing the offered product.
setQuantity(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.ForecastFact
 
setQuantity(int) - Method in class ibspan.ecap.shared.ontology.negotiation.BidInfo
Sets the quantity offered.
setQuantityConfirmed(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the amount of product confirmed by the buyers and considered sold.
setQuantityDelivered(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the amount of product delivered by the wholesaler.
setQuantityOffered(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the amount of product offered for negotiation.
setQuantityOffered(int) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the quantity offered.
setQuantityOrdered(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the amount of product ordered
setQuantityReserved(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the amount of product reserved after negotiation.
setQuantityReserved(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.TransactionLog
Sets the amount of the product that was reserved.
setRecordsForecasts(boolean) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.ForecastingModule
 
setRegisteredClients(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.DemandFact
Sets the total number of clients that registered with the GA wanting to buy the product.
setRegisteredClients(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DemandData
Sets the total number of clients that registered with the GA wanting to buy the product.
setRegisteredClients(int) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandData
Sets the total number of clients that registered with the GA wanting to buy the product.
setRegistrationTime(Date) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.BuyerRegistrationInfo
Sets the registration time.
setReservation(ReservationInfo) - Method in class ibspan.ecap.shared.ontology.negotiation.BidInfo
Sets the information about the reservation following the bid.
setReservePrice(float) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the value of reserve price.
setShopsSellingCount(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.DemandFact
Sets the number of shops selling the product on the day the demand was checked
setShopsSellingProductCount(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DemandData
Sets the amount of shops selling the specified product during the day.
setShopsSellingProductCount(int) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandData
Sets the amount of shops selling the specified product during the day.
setStartDateKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.ForecastFact
 
setStrategyId(String) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the id of the strategy used.
setStrategyUsedKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the key to the strategy dimension entry describing the strategy used during the negotiation.
setTemplateId(String) - Method in class ibspan.ecap.shared.ontology.negotiation.NegotiationLog
Sets the id of the template used
setTemplateUsedKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the key to the template dimension entry describing the template used during the negotiation.
setTime(Date) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.TransactionLog
Sets the time of the reservation finalisation.
setTransactionId(String) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.TransactionLog
Sets the id of the finished transaction
setTransactionId(String) - Method in class ibspan.ecap.shared.ontology.negotiation.ReservationInfo
Sets the transaction id.
setValue(double) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.StationaryHorizonEstimator.Observation
 
setValueConfirmed(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the total value of the products confirmed by the buyers and considered sold.
setValueDelivered(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the total value of the delivered product using the delivery price.
setValueOffered(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the total value of the products offered for negotiation counted using the starting price.
setValueOrdered(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the total value of the product ordered using the ordering price
setValueReserved(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the total value of the products reserved after the negotiation.
setValueReserved(float) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.TransactionLog
Sets the value of the product that was reserved (at the price offered by the client).
setWhen(Date) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandData
Sets the date on which the data was collected.
setWhen(Date) - Method in class ibspan.ecap.shared.ontology.negotiation.DemandForProduct
 
setWholesalerId(String) - Method in class ibspan.ecap.merchant.shopdecisions.dataadministration.DeliveryLog
Sets the id of the wholesaler, that carried out the order.
setWholesalerKey(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Sets the id of the wholesaler dimension entry describing the wholesaler who handled this order.
setWinning(boolean) - Method in class ibspan.ecap.shared.ontology.negotiation.BidInfo
Sets whether the bid was a winning bid or not.
setWinningBidCount(int) - Method in class ibspan.ecap.merchant.shopdecisions.dataaccess.SalesFact
Sets the number of winning bids.
ShopAgentStub - Class in ibspan.ecap.merchant.stubs
An agent mimicking the behaviour of the ShopAgent in interactions with the ShopDecisionAgent.
ShopAgentStub() - Constructor for class ibspan.ecap.merchant.stubs.ShopAgentStub
 
ShopAgentStub.InitiatingSimulation - Class in ibspan.ecap.merchant.stubs
 
ShopAgentStub.InitiatingSimulation(Agent) - Constructor for class ibspan.ecap.merchant.stubs.ShopAgentStub.InitiatingSimulation
 
ShopAgentStub.MainBehaviour - Class in ibspan.ecap.merchant.stubs
 
ShopAgentStub.MainBehaviour(Agent) - Constructor for class ibspan.ecap.merchant.stubs.ShopAgentStub.MainBehaviour
 
ShopAgentStub.MainBehaviour.CalculatingSales - Class in ibspan.ecap.merchant.stubs
 
ShopAgentStub.MainBehaviour.CalculatingSales(Agent) - Constructor for class ibspan.ecap.merchant.stubs.ShopAgentStub.MainBehaviour.CalculatingSales
 
ShopAgentStub.MainBehaviour.FinalisingReservations - Class in ibspan.ecap.merchant.stubs
 
ShopAgentStub.MainBehaviour.FinalisingReservations(Agent) - Constructor for class ibspan.ecap.merchant.stubs.ShopAgentStub.MainBehaviour.FinalisingReservations
 
ShopAgentStub.MainBehaviour.ProvidingDemandData - Class in ibspan.ecap.merchant.stubs
 
ShopAgentStub.MainBehaviour.ProvidingDemandData(Agent) - Constructor for class ibspan.ecap.merchant.stubs.ShopAgentStub.MainBehaviour.ProvidingDemandData
 
ShopAgentStub.MainBehaviour.ProvidingNegotiationData - Class in ibspan.ecap.merchant.stubs
 
ShopAgentStub.MainBehaviour.ProvidingNegotiationData(Agent) - Constructor for class ibspan.ecap.merchant.stubs.ShopAgentStub.MainBehaviour.ProvidingNegotiationData
 
ShopDecisionAgent - Class in ibspan.ecap.merchant.shopdecisions
An agent supporting decision making inside a shop.
ShopDecisionAgent() - Constructor for class ibspan.ecap.merchant.shopdecisions.ShopDecisionAgent
 
sinh(double) - Static method in class ibspan.ecap.shared.util.MyMath
 
sqrt(double) - Static method in class ibspan.ecap.shared.util.MyMath
 
startForecasting(String) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.ForecastingModule
Starts forecasting of the given product.
StartForecastingHandler - Class in ibspan.ecap.merchant.shopdecisions
A behaviour handling the request for starting the sales forecast of a product.
StartForecastingHandler(Agent) - Constructor for class ibspan.ecap.merchant.shopdecisions.StartForecastingHandler
 
StationaryHorizonEstimator - Class in ibspan.ecap.merchant.shopdecisions.forecasting
 
StationaryHorizonEstimator() - Constructor for class ibspan.ecap.merchant.shopdecisions.forecasting.StationaryHorizonEstimator
 
StationaryHorizonEstimator.Observation - Class in ibspan.ecap.merchant.shopdecisions.forecasting
 
StationaryHorizonEstimator.Observation() - Constructor for class ibspan.ecap.merchant.shopdecisions.forecasting.StationaryHorizonEstimator.Observation
 
stopForecasting(String) - Method in class ibspan.ecap.merchant.shopdecisions.forecasting.ForecastingModule
Withdraws the product from periodic sales forecasting and cancels all the scheduled forecasts.
StopForecastingHandler - Class in ibspan.ecap.merchant.shopdecisions
A behaviour handling the request for stopping the sales forecast of a product.
StopForecastingHandler(Agent) - Constructor for class ibspan.ecap.merchant.shopdecisions.StopForecastingHandler
 
StrategyEntity - Class in ibspan.ecap.merchant.shopdecisions.dataaccess
A class representing a negotiation strategy.
StrategyEntity(String, String) - Constructor for class ibspan.ecap.merchant.shopdecisions.dataaccess.StrategyEntity
Creates a new instance of StrategyEntity.
StrategyProcessor - Class in ibspan.ecap.merchant.shopdecisions.dataadministration
A class responsible for handling and staging the strategy dimension.
StrategyProcessor(DataModificationService) - Constructor for class ibspan.ecap.merchant.shopdecisions.dataadministration.StrategyProcessor
Instantiates a new strategy processor.
submit(Callable<RES>) - Method in class ibspan.ecap.shared.util.ScheduledExecutorCompletionService
 
submit(Runnable, RES) - Method in class ibspan.ecap.shared.util.ScheduledExecutorCompletionService
 
SuppliesFact - Class in ibspan.ecap.merchant.shopdecisions.dataaccess
A class representing an order of product from a wholesaler.
SuppliesFact() - Constructor for class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
 
SuppliesFact(int, int, int, int, int, int, int, float, int, float) - Constructor for class ibspan.ecap.merchant.shopdecisions.dataaccess.SuppliesFact
Creates a new instance of SuppliesFact.
SuppliesFactProcessor - Class in ibspan.ecap.merchant.shopdecisions.dataadministration
A class responsible for extracting the appropriate information from the supply delivery log and creating a supplies fact object.
SuppliesFactProcessor() - Constructor for class ibspan.ecap.merchant.shopdecisions.dataadministration.SuppliesFactProcessor
 
SYNCHRONISING_TIME - Static variable in class ibspan.ecap.merchant.stubs.ShopAgentStub.MainBehaviour
 

A B C D E F G H I L M N O P R S T U V W