blob: 744c65e4f1480517eae0c22d6a6b28d58bdc9c58 [file] [log] [blame]
Toshio Koideb8cea262014-08-12 18:45:46 -07001package net.onrc.onos.core.flowmanager;
2
3/**
4 * Manages the set of flow operations throughout the ONOS instances.
5 */
6public class FlowOperationMap {
7 // TODO implement it
8}