Skip to content
Snippets Groups Projects
Commit 9b39bf56 authored by Robin Mohr's avatar Robin Mohr
Browse files

added ENUM as preparation for parallelism style

parent 353de149
Branches DCParadigm
No related tags found
No related merge requests found
...@@ -26,6 +26,11 @@ import teetime.framework.signal.StartingSignal; ...@@ -26,6 +26,11 @@ import teetime.framework.signal.StartingSignal;
* *
*/ */
public class DivideAndConquerStageFactory { public class DivideAndConquerStageFactory {
private enum parallelismMode {
ALL, DIVIDE, COMBINE
};
private DivideAndConquerStageFactory() {} private DivideAndConquerStageFactory() {}
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment