CautiousArgumentationAgent(StructuredArgumentationFramework view,
                          UtilityFunction utility,
                          boolean isSingleStep,
                          Proposition focalElement) | 
 Creates a new agent with the given (local) view and utility function. 
 | 
CautiousArgumentationAgent(StructuredArgumentationFramework view,
                          UtilityFunction utility,
                          Proposition focalElement) | 
 Creates a new (non-single-step) agent with the given (local) view and utility function. 
 | 
OvercautiousArgumentationAgent(StructuredArgumentationFramework view,
                              UtilityFunction utility,
                              boolean isSingleStep,
                              Proposition focalElement) | 
 Creates a new agent with the given (local) view and utility function. 
 | 
OvercautiousArgumentationAgent(StructuredArgumentationFramework view,
                              UtilityFunction utility,
                              Proposition focalElement) | 
 Creates a new (non-single-step) agent with the given (local) view and utility function. 
 | 
SasAgent(StructuredArgumentationFramework view,
        UtilityFunction utility) | 
 Creates a new (non-single-step) SasAgent with the given (local) view and utility function. 
 | 
SasAgent(StructuredArgumentationFramework view,
        UtilityFunction utility,
        boolean isSingleStep) | 
 Creates a new SasAgent with the given (local) view and utility function. 
 | 
TruthfulArgumentationAgent(StructuredArgumentationFramework view,
                          UtilityFunction utility) | 
 Creates a new (non-single-step) agent with the given (local) view and utility function. 
 | 
TruthfulArgumentationAgent(StructuredArgumentationFramework view,
                          UtilityFunction utility,
                          boolean isSingleStep) | 
 Creates a new agent with the given (local) view and utility function. 
 |