Uses of Class
net.sf.tweety.agents.dialogues.structured.SasAgent
-
Packages that use SasAgent Package Description net.sf.tweety.agents.dialogues.structured -
-
Uses of SasAgent in net.sf.tweety.agents.dialogues.structured
Subclasses of SasAgent in net.sf.tweety.agents.dialogues.structured Modifier and Type Class Description classCautiousArgumentationAgentThis class models a cautious argumentation agent, i.e.classOvercautiousArgumentationAgentThis class models an overcautious argumentation agent, i.e.classTruthfulArgumentationAgentThis class models a truthful argumentation agent, i.e.Constructor parameters in net.sf.tweety.agents.dialogues.structured with type arguments of type SasAgent Constructor Description StructuredArgumentationSystem(PerceivableStructuredArgumentationFramework saf, java.util.Collection<? extends SasAgent> agents)Creates a new StructuredArgumentationSystem with the given collection of agents.
-