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