Uses of Class
net.sf.tweety.graphs.orders.Order
-
Packages that use Order Package Description net.sf.tweety.beliefdynamics.mas -
-
Uses of Order in net.sf.tweety.beliefdynamics.mas
Methods in net.sf.tweety.beliefdynamics.mas that return Order Modifier and Type Method Description Order<Agent>
CrMasBeliefSet. getCredibilityOrder()
Returns the credibility order of this belief set.Constructors in net.sf.tweety.beliefdynamics.mas with parameters of type Order 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.CrMasBeliefSet(Order<Agent> credibilityOrder, S sig)
Creates a new belief set with the given credibility order.
-