T - The type of formulas in information objects.public class CrMasBeliefSet<T extends net.sf.tweety.commons.Formula> extends net.sf.tweety.commons.BeliefSet<InformationObject<T>>
| Constructor and Description |
|---|
CrMasBeliefSet(net.sf.tweety.graphs.orders.Order<net.sf.tweety.agents.Agent> credibilityOrder)
Creates a new belief set with the given credibility order.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.graphs.orders.Order<net.sf.tweety.agents.Agent> |
getCredibilityOrder()
Returns the credibility order of this belief set.
|
net.sf.tweety.commons.Signature |
getSignature() |
add, addAll, clear, contains, containsAll, equals, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic CrMasBeliefSet(net.sf.tweety.graphs.orders.Order<net.sf.tweety.agents.Agent> credibilityOrder)
credibilityOrder - some credibility order.public net.sf.tweety.graphs.orders.Order<net.sf.tweety.agents.Agent> getCredibilityOrder()
public net.sf.tweety.commons.Signature getSignature()
getSignature in interface net.sf.tweety.commons.BeliefBasegetSignature in class net.sf.tweety.commons.BeliefSet<InformationObject<T extends net.sf.tweety.commons.Formula>>Copyright © 2018. All rights reserved.