Uses of Interface
net.sf.tweety.agents.Protocol
-
Packages that use Protocol Package Description net.sf.tweety.agents net.sf.tweety.agents.sim -
-
Uses of Protocol in net.sf.tweety.agents
Classes in net.sf.tweety.agents that implement Protocol Modifier and Type Class Description classAbstractProtocolA protocol gives instructions in which order agents have to be asked for actions in a multi-agent system.classRigidProtocolThis class models a rigid protocol, i.e.classRoundRobinProtocolThis class models a round robin protocol for multi-agent systems.classSynchronousProtocolThis class models a synchronous protocol for multi-agent systems. -
Uses of Protocol in net.sf.tweety.agents.sim
Classes in net.sf.tweety.agents.sim with type parameters of type Protocol Modifier and Type Interface Description interfaceProtocolGenerator<T extends Protocol,S extends Agent,R extends MultiAgentSystem<S>>Generates protocols for simulation.Subinterfaces of Protocol in net.sf.tweety.agents.sim Modifier and Type Interface Description interfaceGameProtocolClasses implementing this interface represent protocols for games in the game theoretic meaning.
-