Class Quadruple<E,F,G,H>

java.lang.Object
org.tweetyproject.preferences.Quadruple<E,F,G,H>
Type Parameters:
E - the type of the first element
F - the type of the second element
G - the type of the third element
H - the type of the fourth element

public class Quadruple<E,F,G,H> extends Object
This class implements a simple quadruple of elements.
Author:
Bastian Wolf