| Package | Description |
|---|---|
| net.sf.tweety.agents | |
| net.sf.tweety.agents.sim |
| Modifier and Type | Method and Description |
|---|---|
protected Set<ActionEvent> |
SynchronousProtocol.doStep() |
protected Set<ActionEvent> |
RoundRobinProtocol.doStep() |
protected abstract Set<ActionEvent> |
AbstractProtocol.doStep()
Executes one step of the protocol.
|
void |
MultiAgentSystem.execute(AbstractProtocol protocol)
Executes the given protocol till it terminates.
|
boolean |
MultiAgentSystem.execute(AbstractProtocol protocol,
int numOfSteps)
Executes the given protocol for the given number of steps.
|
protected void |
AbstractProtocol.step()
Executes one step of the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
SimulationResult<S,T,R> |
GameSimulator.run(int repetitions)
Simulates the game for the given number of
repetitions and returns a map indicating
which agent generator won how often.
|
Copyright © 2018. All rights reserved.