| Package | Description |
|---|---|
| net.sf.tweety.agents |
| Modifier and Type | Method and Description |
|---|---|
Environment |
MultiAgentSystem.getEnvironment()
Returns the environment of this multi-agent system.
|
| Constructor and Description |
|---|
MultiAgentSystem(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.
|
Copyright © 2018. All rights reserved.