PyANGKernel.GKSubPath

class GKSubPath

a set of consecutive sections

Details

It can be used either to implement rerouting traffic management or to gather statistics

Inheritance diagram of PyANGKernel.GKSubPath

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

PyANGKernel.GKSubPath.twoLaneCarFollowingAdjacentSubpathAtt
__init__()
getAdjacentPath()
Return type:

GKSubPath

getEnteringFromSection()
Return type:

GKSection

getExitingToSection()
Return type:

GKSection

getPTLineIds()
Return type:

.list of quint32

getPTLines()
Return type:

.list of GKPublicLine

setAdjacentPath(path)
Parameters:

pathGKSubPath

setEnteringFromSection(section)
Parameters:

sectionGKSection

setExitingToSection(section)
Parameters:

sectionGKSection

setPTLines(aPTLines)
Parameters:

aPTLines – .list of GKPublicLine