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 List<UiGlyph>
glyphs()
Produces a list of glyphns to be added to the topology view.
-