public class TruthfulArgumentationAgent extends SasAgent
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
next(java.util.Collection<? extends Perceivable> percepts)
Determines the next action of this agent wrt.
|
getCommonView, getPossibleArguments, getUtilityFunction, getView, isSingleStep, rankpublic TruthfulArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility)
view - the view of the agent on the argumentation.utility - a utility function.public TruthfulArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility, boolean isSingleStep)
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.public Executable next(java.util.Collection<? extends Perceivable> percepts)
Agent