public class CredibilityCategorizer extends AbstractCredibilityComparer implements net.sf.tweety.arg.deductive.categorizer.Categorizer
| Constructor and Description |
|---|
CredibilityCategorizer(Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PropositionalFormula>> formulas,
net.sf.tweety.graphs.orders.Order<net.sf.tweety.agents.Agent> credOrder)
Creates a new credibility categorizer that is guided by the giving information which
agents uttered the formulas and the credibility order.
|
| Modifier and Type | Method and Description |
|---|---|
double |
categorize(net.sf.tweety.arg.deductive.semantics.ArgumentTree argumentTree) |
isAtLeastAsPreferredAs, isAtLeastAsPreferredAs, isAtLeastAsPreferredAspublic CredibilityCategorizer(Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PropositionalFormula>> formulas, net.sf.tweety.graphs.orders.Order<net.sf.tweety.agents.Agent> credOrder)
formulas - The information objects that hold the information which agents
uttered the formulas.credOrder - The credibility order used to guide the categorizing.Copyright © 2018. All rights reserved.