The Ukkonen.State class
The return type of ukkonen.traverse
.
This indicates the position reached by following a path in the tree.
Contents
The return type of |
|
Copy a |
|
The position in the edge leading to the node |
|
The index in |
Full API
- class Ukkonen.State
- __init__(*args, **kwargs)
Overloaded function.
- __init__(self: Ukkonen.State) None
Default constructor.
- copy(self: Ukkonen.State) Ukkonen.State
Copy a
Ukkonen.State
object.- Returns:
A copy.
- Return type:
- property pos
The position in the edge leading to the node
v
reached.
- property v
The index in
Ukkonen.nodes
of the node at the end of the position reached.