Click or drag to resize

LongestCommonGeneralizedRepeatLDDLElement Class

Element of the linked list array.
Inheritance Hierarchy
SystemObject
  Altaxo.Collections.TextLongestCommonGeneralizedRepeatLDDLElement

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected class DDLElement

The LongestCommonGeneralizedRepeatLDDLElement type exposes the following members.

Constructors
 NameDescription
Public methodLongestCommonGeneralizedRepeatLDDLElementInitializes a new instance of the LongestCommonGeneralizedRepeatLDDLElement class
Public methodLongestCommonGeneralizedRepeatLDDLElement(Int32)Initializes a new instance of the LongestCommonGeneralizedRepeatLDDLElement class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldClean 
Public fieldIdxFirst occurence in the suffix array.
Public fieldIntervalBeginFirst list element of the interval to which this list element belongs.
Public fieldIntervalEndLast list element of the interval to which this list element belongs.
Public fieldIntervalSizeLength of the interval (number of nodes) that belong to the interval to which this list element belongs.
Public fieldLcpLongest common prefix.
Public fieldNextNext list element in the array, or null if no such element exists.
Public fieldPreviousPrevious list element in the array, or null if no such element exists.
Public fieldTextNumber of the word this element belongs to.
Top
See Also