Package org.onosproject.ui
Interface UiTopoMapFactory
-
public interface UiTopoMapFactory
Abstraction of an entity capable of producing one or more geographic-based maps for the topology view.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<UiTopoMap>
geoMaps()
Produces a list of maps to be added to the topology view.
-