| Package | Description | 
|---|---|
| net.sf.tweety.arg.dung.semantics | |
| net.sf.tweety.beliefdynamics.mas | |
| net.sf.tweety.beliefdynamics.operators | 
| Modifier and Type | Field and Description | 
|---|---|
private Order<Argument> | 
LatticeArgumentRanking.order
The actual order 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private Order<Agent> | 
CrMasBeliefSet.credibilityOrder
The subjective credibility order of the agent who owns this belief set. 
 | 
private Order<Agent> | 
AbstractCredibilityComparer.credOrder
The credibility order used to guide the comparison. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Order<Agent> | 
CrMasBeliefSet.getCredibilityOrder()
Returns the credibility order of this belief set. 
 | 
| Constructor and Description | 
|---|
AbstractCredibilityComparer(java.util.Collection<InformationObject<PropositionalFormula>> formulas,
                           Order<Agent> credOrder)
Creates a new credibility comparer that is guided by the giving information which
 agents uttered the formulas and the credibility order. 
 | 
CredibilityCategorizer(java.util.Collection<InformationObject<PropositionalFormula>> formulas,
                      Order<Agent> credOrder)
Creates a new credibility categorizer that is guided by the giving information which
 agents uttered the formulas and the credibility order. 
 | 
CrMasBeliefSet(Order<Agent> credibilityOrder)
Creates a new belief set with the given credibility order. 
 | 
| Constructor and Description | 
|---|
CredibilityComparer(java.util.Collection<InformationObject<PropositionalFormula>> formulas,
                   Order<Agent> credOrder)  |