Uses of Class
org.tweetyproject.agents.dialogues.structured.SasAgent
Packages that use SasAgent
-
Uses of SasAgent in org.tweetyproject.agents.dialogues.structured
Subclasses of SasAgent in org.tweetyproject.agents.dialogues.structuredModifier and TypeClassDescriptionclass
This class models a cautious argumentation agent, i.e.class
This class models an overcautious argumentation agent, i.e.class
This class models a truthful argumentation agent, i.e.Constructor parameters in org.tweetyproject.agents.dialogues.structured with type arguments of type SasAgentModifierConstructorDescriptionStructuredArgumentationSystem
(PerceivableStructuredArgumentationFramework saf, Collection<? extends SasAgent> agents) Creates a new StructuredArgumentationSystem with the given collection of agents.