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.Stateobject.- Returns:
- A copy. 
- Return type:
 
 - property pos
- The position in the edge leading to the node - vreached.
 - property v
- The index in - Ukkonen.nodesof the node at the end of the position reached.