public class StructuredArgumentationSystem extends MultiAgentSystem<SasAgent>
| Modifier and Type | Class and Description | 
|---|---|
private static class  | 
StructuredArgumentationSystem.SasEnvironment
This class models an environment for structured argumentation systems. 
 | 
EXECUTE_TILL_TERMINATION| Constructor and Description | 
|---|
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. 
 | 
add, addAll, clear, contains, containsAll, equals, execute, execute, getEnvironment, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraypublic StructuredArgumentationSystem(PerceivableStructuredArgumentationFramework saf)
saf - the underlying perceivable structured argumentation frameworkpublic StructuredArgumentationSystem(PerceivableStructuredArgumentationFramework saf, java.util.Collection<? extends SasAgent> agents)
saf - the underlying perceivable structured argumentation frameworkagents - a collection of agents.