Click or drag to resize
MultiWaySuffixEdge Structure
Structure to hold the suffix edge information.

Namespace: Bio.Algorithms.SuffixTree
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public struct MultiWaySuffixEdge

The MultiWaySuffixEdge type exposes the following members.

Constructors
  NameDescription
Public methodMultiWaySuffixEdge
Initializes a new instance of the MultiWaySuffixEdge struct.
Top
Properties
  NameDescription
Public propertyIsLeaf
Gets a value indicating whether the edge is at the leaf.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetEndIndex
Gets or sets index of last character.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldChildren
Holds child edges.
Public fieldStartIndex
Gets or sets index of first symbol of this edge.
Public fieldSuffixLink
Holds suffix links.
Top
See Also