| Package | Description | 
|---|---|
| net.sf.tweety.agents | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract java.util.Set<ActionEvent> | 
AbstractProtocol.doStep()
Executes one step of the protocol. 
 | 
protected java.util.Set<ActionEvent> | 
RoundRobinProtocol.doStep()  | 
protected java.util.Set<ActionEvent> | 
SynchronousProtocol.doStep()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProtocolListener.actionPerformed(ActionEvent actionEvent)
This method is called when an action has been performed in the given protocol. 
 | 
protected void | 
AbstractProtocol.notifyActionPerformed(ActionEvent actionEvent)
Notifies every listener about the given event. 
 |