Class LatticePartialOrder<T extends Formula,R extends BeliefBase>

java.lang.Object
org.tweetyproject.commons.AbstractInterpretation<R,T>
org.tweetyproject.comparator.GeneralComparator<T,R>
org.tweetyproject.comparator.LatticePartialOrder<T,R>
Type Parameters:
T - some formula
R - some Beliefbase
All Implemented Interfaces:
Comparator<T>, Interpretation<R,T>

public class LatticePartialOrder<T extends Formula,R extends BeliefBase> extends GeneralComparator<T,R>
This class models comparable element ranking by representing the acceptability of comparable elements in a graph-based structure.
Author:
Matthias Thimm