Class PreferenceOrder<T>

java.lang.Object
org.tweetyproject.preferences.PreferenceOrder<T>
Type Parameters:
T - the generic type of objects/pairs in this preference order
All Implemented Interfaces:
Iterable<Triple<T,T,Relation>>, Collection<Triple<T,T,Relation>>, Set<Triple<T,T,Relation>>, BinaryRelation<T>

public class PreferenceOrder<T> extends Object implements BinaryRelation<T>
This class extends the BinaryRelation-class with a check for totality and transitivity
Author:
Bastian Wolf