S
- The type of the solution.public abstract class AbstractDivideAndConquerSolution<S> extends Identifiable
Modifier | Constructor and Description |
---|---|
protected |
AbstractDivideAndConquerSolution() |
protected |
AbstractDivideAndConquerSolution(int id) |
Modifier and Type | Method and Description |
---|---|
abstract S |
combine(S s1)
Method to join the given inputs together and send to the output port.
|
getID
Copyright © 2015–2020. All rights reserved.