Uses of Class
net.sf.tweety.agents.ProtocolTerminatedException
-
Packages that use ProtocolTerminatedException Package Description net.sf.tweety.agents net.sf.tweety.agents.sim -
-
Uses of ProtocolTerminatedException in net.sf.tweety.agents
Methods in net.sf.tweety.agents that throw ProtocolTerminatedException Modifier and Type Method Description protected abstract Set<ActionEvent>AbstractProtocol. doStep()Executes one step of the protocol.protected Set<ActionEvent>RoundRobinProtocol. doStep()protected Set<ActionEvent>SynchronousProtocol. doStep()voidMultiAgentSystem. execute(AbstractProtocol protocol)Executes the given protocol till it terminates.booleanMultiAgentSystem. execute(AbstractProtocol protocol, int numOfSteps)Executes the given protocol for the given number of steps.protected voidAbstractProtocol. step()Executes one step of the protocol. -
Uses of ProtocolTerminatedException in net.sf.tweety.agents.sim
Methods in net.sf.tweety.agents.sim that throw ProtocolTerminatedException Modifier and Type Method 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.
-