Uses of Interface
org.tweetyproject.agents.Environment
Package
Description
-
Uses of Environment in org.tweetyproject.agents
Modifier and TypeMethodDescriptionMultiAgentSystem.getEnvironment()
Returns the environment of this multi-agent system.ModifierConstructorDescriptionMultiAgentSystem
(Environment environment) Creates a new empty multi-agent system with the given environment.MultiAgentSystem
(Environment environment, Collection<? extends T> agents) Creates a new multi-agent system with the given collection of agents. -
Uses of Environment in org.tweetyproject.agents.dialogues
Modifier and TypeClassDescriptionclass
This class models the environment for agents in argumentation games.class
This class models the environment for agents in argumentation games with lotteries. -
Uses of Environment in org.tweetyproject.agents.dialogues.oppmodels
Modifier and TypeClassDescriptionclass
This class models the environment for agents in a game of deductive argumentation.