Package org.onosproject.ui
Interface UiTopoHighlighter
-
public interface UiTopoHighlighter
Abstraction of an entity capable of generating a set of topology highlights for devices, hosts and links.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Highlights
createHighlights()
Generate a set of highlights.String
name()
Returns the self-assigned name of the hilighter.
-
-
-
Method Detail
-
name
String name()
Returns the self-assigned name of the hilighter.- Returns:
- highlighter name
-
createHighlights
Highlights createHighlights()
Generate a set of highlights.- Returns:
- topology highlights
-
-