Uses of Class
net.sf.tweety.agents.ProtocolTerminatedException
-
-
Uses of ProtocolTerminatedException in net.sf.tweety.agents
Methods in net.sf.tweety.agents that throw ProtocolTerminatedException Modifier and Type Method 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()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.dialogues.examples
Methods in net.sf.tweety.agents.dialogues.examples that throw ProtocolTerminatedException Modifier and Type Method Description static voidGroundedTest. main(java.lang.String[] args)static voidGroundedTest2. main(java.lang.String[] args)static voidLotteryDialogueTest. main(java.lang.String[] args)static voidLotteryDialogueTest. runSimulation(boolean baseline)static voidGroundedTest. runSimulationT1()This method shows that with increasing complexity of the T1-belief state of the CONTRA agent (and constant model of the PRO agent), the average utility of the CONTRA agent increases.static voidGroundedTest. runSimulationT2()Same as runSimulationT1()static voidGroundedTest. runSimulationT3()Same as runSimulationT1() -
Uses of ProtocolTerminatedException in net.sf.tweety.agents.dialogues.lotteries
Methods in net.sf.tweety.agents.dialogues.lotteries that throw ProtocolTerminatedException Modifier and Type Method Description voidLotteryGameSystem. execute(AbstractProtocol protocol) -
Uses of ProtocolTerminatedException in net.sf.tweety.agents.dialogues.oppmodels
Methods in net.sf.tweety.agents.dialogues.oppmodels that throw ProtocolTerminatedException Modifier and Type Method Description voidGroundedGameSystem. execute(AbstractProtocol 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.
-