Public Member Functions | |
def | __init__ |
Constructs a selector thread. | |
def | selectVertex |
Selects start and end vertices recursively. | |
def | run |
Start the thread. | |
Public Attributes | |
startVertX | |
endVertX | |
startVertY | |
endVertY | |
noOfEdges | |
probA | |
probB | |
probC | |
probD | |
debug | |
id | |
Thread ID. | |
Static Public Attributes | |
list | serialEdgeList = [] |
Common serial edge list. | |
tuple | serialEdgeListLock = threading.Lock() |
Lock that a thread acquires for performing a semaphoric operation. | |
int | id = 0 |
Thread ID. |
|
Constructs a selector thread.
|
|
Selects start and end vertices recursively.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Common serial edge list. Updated by each thread in a semaphoric operation |
|
|
|
|