blob: 3771611571240a09f83a2b63113a046b67ff2501 [file] [log] [blame]
package org.onlab.onos.net.provider;
/**
* Abstraction of a provider of information about network environment.
*/
public interface Provider {
/**
* Returns the provider identifier.
*
* @return provider identification
*/
ProviderId id();
}