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 Provided
Abstraction of an entity supplied by a provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProviderId
providerId()
Returns the identifier of the provider which supplied the entity.
-
-
-
Method Detail
-
providerId
ProviderId providerId()
Returns the identifier of the provider which supplied the entity.- Returns:
- provider identification
-
-