blob: 4d7ab86c8787688fb7ae6bdcbe420b8dcd4131c1 [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -07001package net.onrc.onos.api.link;
2
3import net.onrc.onos.api.Provider;
4
5/**
6 * Abstraction of an entity providing information about infrastructure links
7 * to the core.
8 */
9public interface LinkProvider extends Provider {
10}