blob: a8ade1817ddcc0cbafb8620bca492d3f89f435a5 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.onlab.onos.net.link;
2
tomc1a38d32014-08-25 23:01:32 -07003import org.onlab.onos.net.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}