Uses of Class
org.tweetyproject.beliefdynamics.mas.InformationObject
Packages that use InformationObject
-
Uses of InformationObject in org.tweetyproject.beliefdynamics.mas
Subclasses with type arguments of type InformationObject in org.tweetyproject.beliefdynamics.masModifier and TypeClassDescriptionclass
CrMasBeliefSet<T extends Formula,
S extends Signature> This class represents belief sets for credibility-based agents multi-agent systems.class
CrMasRevisionWrapper<T extends Formula>
This class is a wrapper for a revision for formulas of type T that is used to revise information objects.Methods in org.tweetyproject.beliefdynamics.mas that return types with arguments of type InformationObjectModifier and TypeMethodDescriptionCrMasRevisionWrapper.revise
(Collection<InformationObject<T>> base, Collection<InformationObject<T>> formulas) Method parameters in org.tweetyproject.beliefdynamics.mas with type arguments of type InformationObjectModifier and TypeMethodDescriptionCrMasRevisionWrapper.revise
(Collection<InformationObject<T>> base, Collection<InformationObject<T>> formulas) Constructor parameters in org.tweetyproject.beliefdynamics.mas with type arguments of type InformationObjectModifierConstructorDescriptionAbstractCredibilityComparer
(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
(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 org.tweetyproject.beliefdynamics.operators
Subclasses with type arguments of type InformationObject in org.tweetyproject.beliefdynamics.operatorsModifier and TypeClassDescriptionclass
This class is an exemplary instantiation of a revision operator based on deductive argumentation and credibilities where several parameters have been fixed: - the inner revision is a Levi revision which bases on the random kernel contraction - the transformation function is credulous - the accumulator used for deductive argumentation is the simple accumulator - the categorizer used for deductive argumentation is the credibility categorizerclass
This revision operator accepts only those pieces of information for revision where the credibility of the source is at least as high as the credibility of the agent which proves the complement.Methods in org.tweetyproject.beliefdynamics.operators that return types with arguments of type InformationObjectModifier and TypeMethodDescriptionCrMasArgumentativeRevisionOperator.revise
(Collection<InformationObject<PlFormula>> base, Collection<InformationObject<PlFormula>> formulas) CrMasSimpleRevisionOperator.revise
(Collection<InformationObject<PlFormula>> base, Collection<InformationObject<PlFormula>> formulas) Method parameters in org.tweetyproject.beliefdynamics.operators with type arguments of type InformationObjectModifier and TypeMethodDescriptionCrMasArgumentativeRevisionOperator.revise
(Collection<InformationObject<PlFormula>> base, Collection<InformationObject<PlFormula>> formulas) CrMasSimpleRevisionOperator.revise
(Collection<InformationObject<PlFormula>> base, Collection<InformationObject<PlFormula>> formulas)