Package org.onosproject.net
Interface Element
- 
- All Superinterfaces:
- Annotated,- Projectable,- Provided
 - All Known Subinterfaces:
- Device,- ForwardingDevice,- Host,- HostProbe
 - All Known Implementing Classes:
- AbstractElement,- DefaultDevice,- DefaultHost
 
 public interface Element extends Annotated, Provided, Projectable Base abstraction of a network element, i.e. an infrastructure device or an end-station host.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementIdid()Returns the network element identifier.- 
Methods inherited from interface org.onosproject.net.Annotatedannotations
 - 
Methods inherited from interface org.onosproject.net.driver.Projectableas, is, project
 - 
Methods inherited from interface org.onosproject.net.ProvidedproviderId
 
- 
 
- 
- 
- 
Method Detail- 
idElementId id() Returns the network element identifier.- Returns:
- element identifier
 
 
- 
 
-