| Package | Description |
|---|---|
| net.sf.tweety.agents.dialogues.structured |
| Modifier and Type | Field and Description |
|---|---|
private PerceivableStructuredArgumentationFramework |
StructuredArgumentationSystem.SasEnvironment.commonView
The common view of all agents.
|
private PerceivableStructuredArgumentationFramework |
StructuredArgumentationSystem.SasEnvironment.saf
The underlying structured argumentation framework.
|
| Constructor and Description |
|---|
SasEnvironment(PerceivableStructuredArgumentationFramework saf)
Creates a new SasEnvironment based on the given SAF.
|
StructuredArgumentationSystem(PerceivableStructuredArgumentationFramework saf)
Creates a new StructuredArgumentationSystem
|
StructuredArgumentationSystem(PerceivableStructuredArgumentationFramework saf,
java.util.Collection<? extends SasAgent> agents)
Creates a new StructuredArgumentationSystem with the given collection of agents.
|