blob: eda436b3f434ad0587af05d1b0dbce51e5cf4a7b [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.onlab.onos.net;
2
3/**
4 * Abstraction of a provider of information about network environment.
5 */
6public interface Provider {
7
8 ProviderId id();
9
10}