Interface ISuffixStructureEdge<TEdge, TNode>
An edge of a ISuffixStructureEdge<TEdge, TNode>, directionally linking two nodes and forming a path hop. Represents prefix matching.
Inherited Members
Namespace: MoreStructures.SuffixStructures
Assembly: MoreStructures.dll
Syntax
public interface ISuffixStructureEdge<TEdge, TNode> : TextWithTerminator.ISelector, IRecImmDictIndexedTreeEdge<TEdge, TNode> where TEdge : ISuffixStructureEdge<TEdge, TNode> where TNode : ISuffixStructureNode<TEdge, TNode>
Type Parameters
Name | Description |
---|---|
TEdge | |
TNode |
Properties
| Improve this Doc View SourceLength
The length of the edge string.
Declaration
int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Start
The index of the first character of the edge string in the text.
Declaration
int Start { get; }
Property Value
Type | Description |
---|---|
System.Int32 |