public interface DomainService
| Modifier and Type | Method and Description | 
|---|---|
Set<DeviceId> | 
getDeviceIds(DomainId domainId)
Returns the set of the device ids of the specified domain. 
 | 
DomainId | 
getDomain(DeviceId deviceId)
Returns a domain given a device id. 
 | 
Set<DomainId> | 
getDomainIds()
Returns the set of domains that have an associated topology. 
 | 
Set<DomainId> getDomainIds()
Set<DeviceId> getDeviceIds(DomainId domainId)
domainId - domain identifier