public interface DomainService
Modifier and Type | Method and Description |
---|---|
java.util.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.
|
java.util.Set<DomainId> |
getDomainIds()
Returns the set of domains that have an associated topology.
|
java.util.Set<DomainId> getDomainIds()
java.util.Set<DeviceId> getDeviceIds(DomainId domainId)
domainId
- domain identifier