Uses of Class
org.tweetyproject.graphs.orders.Order
Packages that use Order
-
Uses of Order in org.tweetyproject.arg.rankings.semantics
Methods in org.tweetyproject.arg.rankings.semantics that return Order -
Uses of Order in org.tweetyproject.beliefdynamics.mas
Methods in org.tweetyproject.beliefdynamics.mas that return OrderModifier and TypeMethodDescriptionCrMasBeliefSet.getCredibilityOrder()
Returns the credibility order of this belief set.Constructors in org.tweetyproject.beliefdynamics.mas with parameters of type OrderModifierConstructorDescriptionAbstractCredibilityComparer(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.CrMasBeliefSet(Order<Agent> credibilityOrder, S sig)
Creates a new belief set with the given credibility order.