public class OvercautiousArgumentationAgent extends SasAgent
| Modifier and Type | Field and Description |
|---|---|
private Proposition |
focalElement
The focal element of this agent.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<Argument> |
attackSet()
Computes the attack set of this agent's focal element wrt.
|
Executable |
next(java.util.Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt.
|
getCommonView, getPossibleArguments, getUtilityFunction, getView, isSingleStep, rankprivate Proposition focalElement
public OvercautiousArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility, Proposition focalElement)
view - the view of the agent on the argumentation.utility - a utility function.focalElement - the focal element of this agent.public OvercautiousArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility, boolean isSingleStep, Proposition focalElement)
view - the view of the agent on the argumentation.utility - a utility function.isSingleStep - indicates whether this agent is a single-step argumentation agent,
i.e. whether he may bring forward only one argument at a time or multiple.focalElement - the focal element of this agent.public Executable next(java.util.Collection<? extends Perceivable> percepts)
Agentprotected java.util.Set<Argument> attackSet()