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