Class Triple<E,F,G>

java.lang.Object
org.tweetyproject.commons.util.Triple<E,F,G>
Type Parameters:
E - the type of the first element
F - the type of the second element
G - the type of the third element

public class Triple<E,F,G> extends Object
This class implements a simple triple of elements.
Author:
Matthias Thimm