Package | Description |
---|---|
agent |
Agent package contains all functions and classes needed to implement agents
for the WIDM-simulator
|
game |
Game package contains all functions and classes needed to organize the game
and show the game in GUI, including starting and end the game, generate
AssignmentEvent, ConversationEvent, EliminationEvent
|
Modifier and Type | Method and Description |
---|---|
boolean |
Agent.doAssignment(Assignment ass)
Asks the agent to decide whether to try or to fail in the current
assignment.
|
boolean |
Contestant.doAssignment(Assignment ass)
This function lets an Agent participate in an assignment
|
boolean |
Mole.doAssignment(Assignment a) |
boolean |
RationalPlayer.doAssignment(Assignment ass) |
boolean |
SlyDog.doAssignment(Assignment ass) |
boolean |
SmartMole.doAssignment(Assignment ass) |
Modifier and Type | Class and Description |
---|---|
class |
AssignmentByGroup
Acts as a wrapper for visibility relations between agents during the
assignment.
|
class |
AssignmentByRandMatrix
Generate the visibility relation by random matrix.
|