- All Implemented Interfaces:
Batch
public class BatchGraph
extends Object
implements Batch
Graph analyzing batch implementation that searches the dependency graph and executes effects in topological order
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BatchGraph
public BatchGraph()
-
Method Details
-
add
- Specified by:
add in interface Batch
-
commit
public void commit()
- Specified by:
commit in interface Batch