Uses of Interface
net.sf.tweety.agents.Environment
-
Packages that use Environment Package Description net.sf.tweety.agents net.sf.tweety.agents.dialogues net.sf.tweety.agents.dialogues.oppmodels -
-
Uses of Environment in net.sf.tweety.agents
Methods in net.sf.tweety.agents that return Environment Modifier and Type Method Description Environment
MultiAgentSystem. getEnvironment()
Returns the environment of this multi-agent system.Constructors in net.sf.tweety.agents with parameters of type Environment Constructor Description MultiAgentSystem(Environment environment)
Creates a new empty multi-agent system with the given environment.MultiAgentSystem(Environment environment, java.util.Collection<? extends T> agents)
Creates a new multi-agent system with the given collection of agents. -
Uses of Environment in net.sf.tweety.agents.dialogues
Classes in net.sf.tweety.agents.dialogues that implement Environment Modifier and Type Class Description class
ArgumentationEnvironment
This class models the environment for agents in argumentation games.class
LotteryArgumentationEnvironment
This class models the environment for agents in argumentation games with lotteries. -
Uses of Environment in net.sf.tweety.agents.dialogues.oppmodels
Classes in net.sf.tweety.agents.dialogues.oppmodels that implement Environment Modifier and Type Class Description class
DeductiveEnvironment
This class models the environment for agents in a game of deductive argumentation.
-