Package HAL.Tools.Internal
Class SweepRun<T>
- java.lang.Object
-
- HAL.Tools.Internal.SweepRun<T>
-
- All Implemented Interfaces:
java.lang.Runnable
public class SweepRun<T> extends java.lang.Object implements java.lang.Runnable
Created by rafael on 4/15/17.
-
-
Constructor Summary
Constructors Constructor Description SweepRun(ParallelFunction RunFun, int iParamSet)
-
Method Summary
Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
SweepRun
public SweepRun(ParallelFunction RunFun, int iParamSet)
-
-