public class AssignmentByGroup extends Assignment
agents, agentSeenBy, agentSees, difficulty
Constructor and Description |
---|
AssignmentByGroup(java.util.AbstractList<Agent> agents,
double difficulty)
Constructor generates the visibility relations
|
Modifier and Type | Method and Description |
---|---|
void |
introduceAssignment(java.util.LinkedList<java.lang.String> story) |
getDifficulty, getSpectated, getSpectators, nrOfAgents
public AssignmentByGroup(java.util.AbstractList<Agent> agents, double difficulty)
agents
- a list of all agents to participate in the assignmentdifficulty
- a number in [0...1), the higher the harder the
assignmentpublic void introduceAssignment(java.util.LinkedList<java.lang.String> story)
introduceAssignment
in class Assignment