Class BatchManager

java.lang.Object
org.ojalgo.data.batch.BatchManager

public final class BatchManager extends Object
When you're going to instantiate multiple BatchNode:s and you want them to share some properties, this is a convenient alternative. Just create a BatchManager, configure it, and use it to create the BatchNode.Builder:s using newNodeBuilder(String, DataInterpreter).