blob: eda436b3f434ad0587af05d1b0dbce51e5cf4a7b [file] [log] [blame]
package org.onlab.onos.net;
/**
* Abstraction of a provider of information about network environment.
*/
public interface Provider {
ProviderId id();
}