Class AbstractProtocol

java.lang.Object
org.tweetyproject.agents.AbstractProtocol
All Implemented Interfaces:
Protocol
Direct Known Subclasses:
RigidProtocol

public abstract class AbstractProtocol extends Object implements Protocol
A protocol gives instructions in which order agents have to be asked for actions in a multi-agent system. This class encapsulates common functionalities of protocols.
Author:
Matthias Thimm