Uses of Class
net.sf.tweety.agents.dialogues.structured.PerceivableStructuredArgumentationFramework
-
Packages that use PerceivableStructuredArgumentationFramework Package Description net.sf.tweety.agents.dialogues.structured -
-
Uses of PerceivableStructuredArgumentationFramework in net.sf.tweety.agents.dialogues.structured
Fields in net.sf.tweety.agents.dialogues.structured declared as PerceivableStructuredArgumentationFramework Modifier and Type Field Description private PerceivableStructuredArgumentationFrameworkStructuredArgumentationSystem.SasEnvironment. commonViewThe common view of all agents.private PerceivableStructuredArgumentationFrameworkStructuredArgumentationSystem.SasEnvironment. safThe underlying structured argumentation framework.Constructors in net.sf.tweety.agents.dialogues.structured with parameters of type PerceivableStructuredArgumentationFramework Constructor Description SasEnvironment(PerceivableStructuredArgumentationFramework saf)Creates a new SasEnvironment based on the given SAF.StructuredArgumentationSystem(PerceivableStructuredArgumentationFramework saf)Creates a new StructuredArgumentationSystemStructuredArgumentationSystem(PerceivableStructuredArgumentationFramework saf, java.util.Collection<? extends SasAgent> agents)Creates a new StructuredArgumentationSystem with the given collection of agents.
-