public class CautiousArgumentationAgent extends OvercautiousArgumentationAgent
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<Argument> |
necessaryArguments()
Computes the set of necessary arguments for this agent's focal
element, i.e.
|
Executable |
next(java.util.Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt.
|
attackSetgetCommonView, getPossibleArguments, getUtilityFunction, getView, isSingleStep, rankpublic CautiousArgumentationAgent(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 CautiousArgumentationAgent(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)
Agentnext in class OvercautiousArgumentationAgentpercepts - a collection of percepts.protected java.util.Set<Argument> necessaryArguments()