Uses of Interface
ch.sahits.game.openpatrician.model.player.IAIEventDecisionStrategyType
-
Packages that use IAIEventDecisionStrategyType Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.player -
-
Uses of IAIEventDecisionStrategyType in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IAIEventDecisionStrategyType Modifier and Type Method Description IAIEventDecisionStrategyTypeIAIPlayer. getEventDecitionStrategyType()Retrieve the strategy type for event decission. -
Uses of IAIEventDecisionStrategyType in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type IAIEventDecisionStrategyType Modifier and Type Method Description java.util.List<IAIEventDecisionStrategyType>IAIStrategyProvider. getEventDecisionStrategies()Provide a list of strategies to decide on events.
-