public interface DependAccessRights
| Modifier and Type | Method and Description |
|---|---|
Set<DeviceAccessRight> |
getAccessRights()
Returns all access rights associated to the related dependency.
|
DeviceDependency |
getDependency()
Returns corresponding device dependency.
|
boolean |
isAllowed(Method method)
Returns true if specified method is currently allowed.
|
boolean |
isExclusive(Method method)
Returns true if specified method is currently allowed and exclusively allocated to the corresponding application.
|
DeviceDependency getDependency()
Set<DeviceAccessRight> getAccessRights()
boolean isAllowed(Method method)
method - a device methodboolean isExclusive(Method method)
method - a device methodCopyright © 2012-2013 ADELE Research Group. All Rights Reserved.