Package org.onosproject.ui
Interface UiGlyphFactory
-
public interface UiGlyphFactory
Abstraction of an entity capable of producing one or more glyphs for the topology view.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<UiGlyph>
glyphs()
Produces a list of glyphns to be added to the topology view.
-
-
-
Method Detail
-
glyphs
java.util.List<UiGlyph> glyphs()
Produces a list of glyphns to be added to the topology view.- Returns:
- list of glyphs
-
-