- Type Parameters:
F
-
S
-
public class AlphaPairImpl<F extends java.util.Collection<?>,S extends java.util.Collection<?>>
extends org.processmining.framework.util.Pair<F,S>
Alpha Tuple Impl, inspired by previous alpha miner implementation by
Boudewijn van Dongen. The tuple assumes that there is some order possible on
the elements of F, S respectively. The maxint variables can be used to ignore
some previously inspected elements in creating the maximal sets A and B of
the alpha algorithm.
- Author:
- svzelst