Package org.onosproject.ui.model
Interface ServiceBundle
- 
public interface ServiceBundleA bundle of services to pass to elements that might need a reference to them. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterServicecluster()Reference to a cluster service implementation.DeviceServicedevice()Reference to a device service implementation.FlowRuleServiceflow()Reference to a flow service implementation.HostServicehost()Reference to a host service implementation.IntentServiceintent()Reference to a intent service implementation.UiTopoLayoutServicelayout()Reference to a UI Topology Layout service implementation.LinkServicelink()Reference to a link service implementation.MastershipServicemastership()Reference to a mastership service implementation.RegionServiceregion()Reference to a region service implementation. 
 - 
 
- 
- 
Method Detail
- 
layout
UiTopoLayoutService layout()
Reference to a UI Topology Layout service implementation.- Returns:
 - layout service
 
 
- 
cluster
ClusterService cluster()
Reference to a cluster service implementation.- Returns:
 - cluster service
 
 
- 
mastership
MastershipService mastership()
Reference to a mastership service implementation.- Returns:
 - mastership service
 
 
- 
region
RegionService region()
Reference to a region service implementation.- Returns:
 - region service
 
 
- 
device
DeviceService device()
Reference to a device service implementation.- Returns:
 - device service
 
 
- 
link
LinkService link()
Reference to a link service implementation.- Returns:
 - link service
 
 
- 
host
HostService host()
Reference to a host service implementation.- Returns:
 - host service
 
 
- 
intent
IntentService intent()
Reference to a intent service implementation.- Returns:
 - intent service
 
 
- 
flow
FlowRuleService flow()
Reference to a flow service implementation.- Returns:
 - flow service
 
 
 - 
 
 -