public class TripleImpl<T,S,U>
extends java.lang.Object
Constructor and Description |
---|
TripleImpl(T first,
S second,
U third) |
Modifier and Type | Method and Description |
---|---|
T |
getFirst() |
org.processmining.framework.util.Pair<T,S> |
getPairOfFirstAndSecond() |
org.processmining.framework.util.Pair<T,U> |
getPairOfFirstAndThird() |
org.processmining.framework.util.Pair<S,U> |
getPairOfSecondAndThird() |
S |
getSecond() |
U |
getThird() |