Package org.onosproject.net
Interface Provided
- 
- All Known Subinterfaces:
- Device,- DisjointPath,- EdgeLink,- Element,- ForwardingDevice,- Host,- HostProbe,- Link,- Path,- Topology
 - All Known Implementing Classes:
- AbstractElement,- AbstractModel,- AbstractProjectableModel,- ClusterMetadata,- DefaultDevice,- DefaultDisjointPath,- DefaultEdgeLink,- DefaultHost,- DefaultLink,- DefaultPath,- DefaultTopology
 
 public interface ProvidedAbstraction of an entity supplied by a provider.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ProviderIdproviderId()Returns the identifier of the provider which supplied the entity.
 
- 
- 
- 
Method Detail- 
providerIdProviderId providerId() Returns the identifier of the provider which supplied the entity.- Returns:
- provider identification
 
 
- 
 
-