Class EvaluationParameterTuple2<T1,T2>
- java.lang.Object
-
- org.processmining.specpp.datastructures.util.ImmutableTuple2<T1,T2>
-
- org.processmining.specpp.datastructures.util.EvaluationParameterTuple2<T1,T2>
-
- All Implemented Interfaces:
Evaluable,Tuple2<T1,T2>,Immutable,ProperlyHashable
public class EvaluationParameterTuple2<T1,T2> extends ImmutableTuple2<T1,T2> implements Evaluable
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.datastructures.util.ImmutableTuple2
t1, t2
-
-
Constructor Summary
Constructors Constructor Description EvaluationParameterTuple2(T1 t1, T2 t2)
-
Method Summary
-
Methods inherited from class org.processmining.specpp.datastructures.util.ImmutableTuple2
getT1, getT2, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
-