blob: 121eaf943ead16ad486e2d748a9d86fa0852e7ce [file] [log] [blame]
Pavlin Radoslavov28069402013-10-18 18:43:11 -07001package net.onrc.onos.ofcontroller.floodlightlistener;
2
3import net.floodlightcontroller.core.module.IFloodlightService;
4
5/**
6 * Interface for providing Network Graph Service to other module.
7 */
8public interface INetworkGraphService extends IFloodlightService {
9 // TODO
10}