Uses of Class
net.sf.tweety.beliefdynamics.mas.InformationObject
- 
Packages that use InformationObject Package Description net.sf.tweety.beliefdynamics.mas net.sf.tweety.beliefdynamics.operators  - 
- 
Uses of InformationObject in net.sf.tweety.beliefdynamics.mas
Fields in net.sf.tweety.beliefdynamics.mas with type parameters of type InformationObject Modifier and Type Field Description private java.util.Collection<InformationObject<PlFormula>>AbstractCredibilityComparer. formulasThe information objects that hold the information which agents uttered the formulas.Methods in net.sf.tweety.beliefdynamics.mas that return types with arguments of type InformationObject Modifier and Type Method Description java.util.Collection<InformationObject<T>>CrMasRevisionWrapper. revise(java.util.Collection<InformationObject<T>> base, java.util.Collection<InformationObject<T>> formulas)Method parameters in net.sf.tweety.beliefdynamics.mas with type arguments of type InformationObject Modifier and Type Method Description java.util.Collection<InformationObject<T>>CrMasRevisionWrapper. revise(java.util.Collection<InformationObject<T>> base, java.util.Collection<InformationObject<T>> formulas)Constructor parameters in net.sf.tweety.beliefdynamics.mas with type arguments of type InformationObject Constructor Description AbstractCredibilityComparer(java.util.Collection<InformationObject<PlFormula>> 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<PlFormula>> 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. - 
Uses of InformationObject in net.sf.tweety.beliefdynamics.operators
Methods in net.sf.tweety.beliefdynamics.operators that return types with arguments of type InformationObject Modifier and Type Method Description java.util.Collection<InformationObject<PlFormula>>CrMasArgumentativeRevisionOperator. revise(java.util.Collection<InformationObject<PlFormula>> base, java.util.Collection<InformationObject<PlFormula>> formulas)java.util.Collection<InformationObject<PlFormula>>CrMasSimpleRevisionOperator. revise(java.util.Collection<InformationObject<PlFormula>> base, java.util.Collection<InformationObject<PlFormula>> formulas)Method parameters in net.sf.tweety.beliefdynamics.operators with type arguments of type InformationObject Modifier and Type Method Description java.util.Collection<InformationObject<PlFormula>>CrMasArgumentativeRevisionOperator. revise(java.util.Collection<InformationObject<PlFormula>> base, java.util.Collection<InformationObject<PlFormula>> formulas)java.util.Collection<InformationObject<PlFormula>>CrMasSimpleRevisionOperator. revise(java.util.Collection<InformationObject<PlFormula>> base, java.util.Collection<InformationObject<PlFormula>> formulas)Constructor parameters in net.sf.tweety.beliefdynamics.operators with type arguments of type InformationObject Constructor Description CredibilityComparer(java.util.Collection<InformationObject<PlFormula>> formulas, Order<Agent> credOrder) 
 -