- addCompetitor(Agent) - Method in interface agent.Agent
-
Adds an competing Agent to this Agent's list of competitors
- addCompetitor(Agent) - Method in class agent.AgentImplementation
-
- addCompetitors(Collection<Agent>) - Method in interface agent.Agent
-
Adds competitors to the current Agent class
- addCompetitors(Collection<Agent>) - Method in class agent.AgentImplementation
-
- agent - package agent
-
Agent package contains all functions and classes needed to implement agents
for the WIDM-simulator
- Agent - Interface in agent
-
This interface contains all classes an Agent needs to function inside the
Game Model
- AgentImplementation - Class in agent
-
This is a standard Agent Implementation.
- AgentImplementation() - Constructor for class agent.AgentImplementation
-
Create an AgentImplementation.
- AgentImplementation(String) - Constructor for class agent.AgentImplementation
-
Creates an AgentImplementation with a specific name
- agents - Variable in class game.Assignment
-
- agentSeenBy - Variable in class game.Assignment
-
- agentSees - Variable in class game.Assignment
-
- AgentView - Class in agent
-
This is a nice view for the agents
- AgentView(AgentImplementation) - Constructor for class agent.AgentView
-
- Assignment - Class in game
-
Acts as a wrapper for visibility relations between agents during the
assignment.
- Assignment(AbstractList<Agent>, double) - Constructor for class game.Assignment
-
- AssignmentByGroup - Class in game
-
Acts as a wrapper for visibility relations between agents during the
assignment.
- AssignmentByGroup(AbstractList<Agent>, double) - Constructor for class game.AssignmentByGroup
-
Constructor generates the visibility relations
- AssignmentByRandMatrix - Class in game
-
Generate the visibility relation by random matrix.
- AssignmentByRandMatrix(AbstractList<Agent>, double, double) - Constructor for class game.AssignmentByRandMatrix
-
Constructor generates the visibility relations
- AssignmentEvent - Class in game
-
This class implements the AssignmentEvents, which are called when all agents
participate in assignments.
- avgSuspicion() - Method in class agent.AgentImplementation
-
Calculate average suspicion over all competitors