|
Jadex 0.96 | ||||||||
PREV AGENT NEXT AGENT | FRAMES NO FRAMES | ||||||||
SUMMARY: | BELIEF | GOAL | PLAN | EVENT | EXPRESSION | CONFIGURATION | DETAIL: BELIEF | GOAL | PLAN | EVENT | EXPRESSION | CONFIGURATION |
jadex.examples.blackjack.manager.Manager
jadex.planlib.AMS
jadex.planlib.DF
Belief Summary | |
belief ManagerFrame |
gui
The gui object. |
belief AgentIdentifier |
localDealerAID
The id of a manually started local dealer. |
beliefset Player |
players
The player objects with initial values. |
Goal Summary | |
achievegoalref |
ams_create_agent
Used to start other agents. |
achievegoalref |
ams_destroy_agent
Used to stop other agents. |
achievegoalref |
ams_search_agents
Used to find other agents. |
achievegoalref |
df_search
Used to search for the dealer. |
Plan Summary | |
standard plan |
dealerRegister()
Plan to register, when dealer belief changes. |
standard plan |
guiManager()
Plan to update the GUI, when informed by dealer changes. |
Event Summary | |
messageevent |
dealer_register(String content, String performative)
Message to be sent to register at the dealer. |
messageevent |
dealer_shutdown(String content, String performative)
Message to be sent to shutdown the dealer. |
messageevent |
inform_playerplaying(String content-start, String performative)
Message sent by dealer to inform the manager about the status of a player. |
Configuration Summary | |
default configuration |
default
|
Belief Detail |
belief AgentIdentifier localDealerAID
belief ManagerFrame gui
beliefset Player players
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)
Goal Detail |
achievegoalref ams_search_agents
ams
constraints
description
result
ams_search_agents
in capability jadex.planlib.AMS
achievegoalref df_search
constraints
description
df
result
df_search
in capability jadex.planlib.DF
achievegoalref ams_create_agent
agentidentifier
ams
arguments
configuration
name
start
type
ams_create_agent
in capability jadex.planlib.AMS
achievegoalref ams_destroy_agent
agentidentifier
ams
ams_destroy_agent
in capability jadex.planlib.AMS
Plan Detail |
standard plan dealerRegister()
localDealerAID
standard plan guiManager()
new ManagerGuiUpdatePlan()
inform_playerplaying
Event Detail |
messageevent dealer_shutdown(String content, String performative)
content
Default value:
"manager:shutDown"
performative
Default value:
SFipa.INFORM
messageevent dealer_register(String content, String performative)
content
Default value:
"manager:registerAsTracker"
performative
Default value:
SFipa.QUERY_REF
messageevent inform_playerplaying(String content-start, String performative)
content-start
Default value:
"playerPlaying"
performative
Default value:
SFipa.INFORM
Configuration Detail |
default configuration default
new ManagerFrame($scope.getExternalAccess())
|
Jadex 0.96 | ||||||||
PREV AGENT NEXT AGENT | FRAMES NO FRAMES | ||||||||
SUMMARY: | BELIEF | GOAL | PLAN | EVENT | EXPRESSION | CONFIGURATION | DETAIL: BELIEF | GOAL | PLAN | EVENT | EXPRESSION | CONFIGURATION |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.