blob: 2ef895529f3f33436978e866535168f5a4c5a3e1 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.onlab.onos.net.link;
2
tome33cc1a2014-08-25 21:59:41 -07003import org.onlab.onos.provider.Provider;
tom0eb04ca2014-08-25 14:34:51 -07004
5/**
6 * Abstraction of an entity providing information about infrastructure links
7 * to the core.
8 */
9public interface LinkProvider extends Provider {
10}