Class NestedLoopsCartesianProductCalculator
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.algorithms.utils.cartesianproduct.NestedLoopsCartesianProductCalculator
-
- All Implemented Interfaces:
CartesianProductCalculator
public class NestedLoopsCartesianProductCalculator extends java.lang.Object implements CartesianProductCalculator
-
-
Constructor Summary
Constructors Constructor Description NestedLoopsCartesianProductCalculator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> java.util.List<java.util.List<T>>calculate(java.util.Collection<? extends java.util.Collection<T>> vectors)
-
-
-
Method Detail
-
calculate
public <T> java.util.List<java.util.List<T>> calculate(java.util.Collection<? extends java.util.Collection<T>> vectors)
- Specified by:
calculatein interfaceCartesianProductCalculator
-
-