PyANGKernel.GKStrategy

class GKStrategy

Inheritance diagram of PyANGKernel.GKStrategy

Synopsis

Methods

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__()
addPolicy(policy)
Parameters:

policyGKPolicy

getAuthority()
Return type:

GKAuthority

Gets the authority that controls this strategy.

getPolicies()
Return type:

GKFolder

getProblem()
Return type:

GKProblem

removePolicy(policy)
Parameters:

policyGKPolicy

setAuthority(aauthority)
Parameters:

aauthorityGKAuthority

Sets the authority that controls this strategy. Pointer is adopted.

setProblem(aproblem)
Parameters:

aproblemGKProblem