Class NumericalPartialOrder<T extends Formula,R extends BeliefBase>

java.lang.Object
org.tweetyproject.commons.AbstractInterpretation<R,T>
org.tweetyproject.comparator.GeneralComparator<T,R>
org.tweetyproject.comparator.NumericalPartialOrder<T,R>
Type Parameters:
T - Some Formular
R - Some Beliefbase
All Implemented Interfaces:
Comparator<T>, Map<T,Double>, Interpretation<R,T>

public class NumericalPartialOrder<T extends Formula,R extends BeliefBase> extends GeneralComparator<T,R> implements Map<T,Double>
This class provides an acceptability interpretation of arguments by assigning them real values. Often larger values indicate more acceptability, but some semantics use other ways of ranking the values.
Author:
Matthias Thimm, Anna Gessler