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