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 Annotations
Represents an set of simple key/value string annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
keys()
Returns the set of keys for available annotations.String
value(String key)
Returns the value of the specified annotation.
-