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
Methods in net.sf.tweety.beliefdynamics.mas that return types with arguments of type InformationObject Modifier and Type Method Description Collection<InformationObject<T>>CrMasRevisionWrapper. revise(Collection<InformationObject<T>> base, Collection<InformationObject<T>> formulas)Method parameters in net.sf.tweety.beliefdynamics.mas with type arguments of type InformationObject Modifier and Type Method Description Collection<InformationObject<T>>CrMasRevisionWrapper. revise(Collection<InformationObject<T>> base, Collection<InformationObject<T>> formulas)Constructor parameters in net.sf.tweety.beliefdynamics.mas with type arguments of type InformationObject Constructor Description AbstractCredibilityComparer(Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> formulas, net.sf.tweety.graphs.orders.Order<net.sf.tweety.agents.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<net.sf.tweety.logics.pl.syntax.PlFormula>> 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. -
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 Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>>CrMasArgumentativeRevisionOperator. revise(Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> base, Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> formulas)Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>>CrMasSimpleRevisionOperator. revise(Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> base, Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> formulas)Method parameters in net.sf.tweety.beliefdynamics.operators with type arguments of type InformationObject Modifier and Type Method Description Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>>CrMasArgumentativeRevisionOperator. revise(Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> base, Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> formulas)Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>>CrMasSimpleRevisionOperator. revise(Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> base, Collection<InformationObject<net.sf.tweety.logics.pl.syntax.PlFormula>> formulas)
-