Uses of Interface
ch.sahits.game.openpatrician.model.product.ITradeStep
-
Packages that use ITradeStep Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl -
-
Uses of ITradeStep in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return ITradeStep Modifier and Type Method Description ITradeStepIAIPlayer. getNextTradeStep(INavigableVessel vessel)Retrieve the next trade step that should be executed and remove it from the list.Methods in ch.sahits.game.openpatrician.model that return types with arguments of type ITradeStep Modifier and Type Method Description java.util.List<ITradeStep>IAIPlayer. getTradeSteps(INavigableVessel vessel)Retrieve a copy of the trade steps of the vessel.Methods in ch.sahits.game.openpatrician.model with parameters of type ITradeStep Modifier and Type Method Description voidIAIPlayer. addTradeStep(ITradeStep tradeStep, INavigableVessel vessel)Add a new trade step at the end of the list.voidIAIPlayer. injectTradeStep(ITradeStep tradeStep, INavigableVessel vessel)Inject a trade step at the beinning of the task list for the vessel -
Uses of ITradeStep in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return ITradeStep Modifier and Type Method Description ITradeStepAIPlayer. getNextTradeStep(INavigableVessel vessel)Methods in ch.sahits.game.openpatrician.model.impl that return types with arguments of type ITradeStep Modifier and Type Method Description java.util.List<ITradeStep>AIPlayer. getTradeSteps(INavigableVessel vessel)Methods in ch.sahits.game.openpatrician.model.impl with parameters of type ITradeStep Modifier and Type Method Description voidAIPlayer. addTradeStep(ITradeStep tradeStep, INavigableVessel vessel)voidAIPlayer. injectTradeStep(ITradeStep tradeStep, INavigableVessel vessel)
-