PyANGKernel.GKStrategy¶
- class GKStrategy¶
-
Synopsis¶
Methods¶
def
__init__()def
addPolicy()def
getAuthority()def
getPolicies()def
getProblem()def
removePolicy()def
setAuthority()def
setProblem()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
A Strategy is collection of policies for traffic management which have a common Authority.
- __init__()¶
- getAuthority()¶
- Return type:
Gets the authority that controls this strategy.
- setAuthority(aauthority)¶
- Parameters:
aauthority –
GKAuthority
Sets the authority that controls this strategy. Pointer is adopted.