Class CrMasBeliefSet<T extends Formula,S extends Signature>

java.lang.Object
org.tweetyproject.commons.BeliefSet<InformationObject<T>,S>
org.tweetyproject.beliefdynamics.mas.CrMasBeliefSet<T,S>
Type Parameters:
T - The type of formulas in information objects.
S - The type of signatures.
All Implemented Interfaces:
Iterable<InformationObject<T>>, Collection<InformationObject<T>>, BeliefBase

public class CrMasBeliefSet<T extends Formula,S extends Signature> extends BeliefSet<InformationObject<T>,S>
This class represents belief sets for credibility-based agents multi-agent systems. Such a belief set contains a set of information objects and a credibility order among agents.
Author:
Matthias Thimm