T - The type of formulas in information objects.public class CrMasBeliefSet<T extends Formula> extends BeliefSet<InformationObject<T>>
| Modifier and Type | Field and Description |
|---|---|
private Order<Agent> |
credibilityOrder
The subjective credibility order of the agent who owns this belief set.
|
| Constructor and Description |
|---|
CrMasBeliefSet(Order<Agent> credibilityOrder)
Creates a new belief set with the given credibility order.
|
| Modifier and Type | Method and Description |
|---|---|
Order<Agent> |
getCredibilityOrder()
Returns the credibility order of this belief set.
|
Signature |
getSignature()
Returns the signature of the language of this knowledge base.
|
add, addAll, clear, contains, containsAll, equals, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringpublic Order<Agent> getCredibilityOrder()
public Signature getSignature()
BeliefBasegetSignature in interface BeliefBasegetSignature in class BeliefSet<InformationObject<T extends Formula>>