
jadex.bdi.examples.blackjack.manager.Manager.agent.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-applications-bdi Show documentation
Show all versions of jadex-applications-bdi Show documentation
The Jadex BDI applications package contain
several example applications, benchmarks and
testcases using BDI agents.
The newest version!
jadex.bdi.examples.blackjack.Player
jadex.bdi.examples.blackjack.player.strategies.*
java.awt.*
jadex.commons.*
jadex.commons.future.*
jadex.bridge.fipa.*
java.util.logging.*
jadex.bridge.*
jadex.bridge.service.types.cms.*
new Player("Heinz", 100, new Color(255,192,192), AbstractStrategy.CONSTANT_VERY_CAREFUL)
new Player("Erna", 100, new Color(255,224,192), AbstractStrategy.CONSTANT_CAREFUL)
new Player("Fritz", 100, new Color(255,255,192), AbstractStrategy.CONSTANT_RISKY)
new Player("Lotte", 100, new Color(224,255,192), AbstractStrategy.CONSTANT_VERY_RISKY)
new Player("Karl", 100, new Color(192,255,224), AbstractStrategy.STOCHASTIC_TABLE)
new Player("Marie", 100, new Color(192,255,255), AbstractStrategy.HUMAN_PLAYER)
new jadex.commons.gui.GuiCreator(ManagerFrame.class, new Class[]{jadex.bdi.runtime.IBDIExternalAccess.class},
new Object[]{$scope.getExternalAccess()})
SFipa.INFORM
"manager:shutDown"
SFipa.QUERY_REF
"manager:registerAsTracker"
SFipa.INFORM
$content instanceof String && ((String)$content).startsWith("playerPlaying")
Level.WARNING
© 2015 - 2025 Weber Informatics LLC | Privacy Policy