Package org.onosproject.net
Interface Annotations
- 
- All Known Subinterfaces:
- Driver,- DriverData,- MutableAnnotations,- SparseAnnotations
 - All Known Implementing Classes:
- AbstractProjectableModel.AnnotationDriverData,- DefaultAnnotations,- DefaultDevice.DeviceDriverData,- DefaultDriver,- DefaultDriverData
 
 public interface AnnotationsRepresents an set of simple key/value string annotations.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>keys()Returns the set of keys for available annotations.java.lang.Stringvalue(java.lang.String key)Returns the value of the specified annotation.
 
-