MultiWaySuffixEdge Structure |
Namespace: Bio.Algorithms.SuffixTree
The MultiWaySuffixEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | MultiWaySuffixEdge |
Initializes a new instance of the MultiWaySuffixEdge struct.
|
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetEndIndex |
Gets or sets index of last character.
|
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() | Children |
Holds child edges.
|
![]() | StartIndex |
Gets or sets index of first symbol of this edge.
|
![]() | SuffixLink |
Holds suffix links.
|