CautiousArgumentationAgent(net.sf.tweety.arg.saf.syntax.StructuredArgumentationFramework view,
UtilityFunction utility,
boolean isSingleStep,
net.sf.tweety.logics.pl.syntax.Proposition focalElement) |
Creates a new agent with the given (local) view and utility function.
|
CautiousArgumentationAgent(net.sf.tweety.arg.saf.syntax.StructuredArgumentationFramework view,
UtilityFunction utility,
net.sf.tweety.logics.pl.syntax.Proposition focalElement) |
Creates a new (non-single-step) agent with the given (local) view and utility function.
|
OvercautiousArgumentationAgent(net.sf.tweety.arg.saf.syntax.StructuredArgumentationFramework view,
UtilityFunction utility,
boolean isSingleStep,
net.sf.tweety.logics.pl.syntax.Proposition focalElement) |
Creates a new agent with the given (local) view and utility function.
|
OvercautiousArgumentationAgent(net.sf.tweety.arg.saf.syntax.StructuredArgumentationFramework view,
UtilityFunction utility,
net.sf.tweety.logics.pl.syntax.Proposition focalElement) |
Creates a new (non-single-step) agent with the given (local) view and utility function.
|
SasAgent(net.sf.tweety.arg.saf.syntax.StructuredArgumentationFramework view,
UtilityFunction utility) |
Creates a new (non-single-step) SasAgent with the given (local) view and utility function.
|
SasAgent(net.sf.tweety.arg.saf.syntax.StructuredArgumentationFramework view,
UtilityFunction utility,
boolean isSingleStep) |
Creates a new SasAgent with the given (local) view and utility function.
|
TruthfulArgumentationAgent(net.sf.tweety.arg.saf.syntax.StructuredArgumentationFramework view,
UtilityFunction utility) |
Creates a new (non-single-step) agent with the given (local) view and utility function.
|
TruthfulArgumentationAgent(net.sf.tweety.arg.saf.syntax.StructuredArgumentationFramework view,
UtilityFunction utility,
boolean isSingleStep) |
Creates a new agent with the given (local) view and utility function.
|