Longest |
protected class DDLElement
The LongestCommonGeneralizedRepeatLDDLElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | LongestCommonGeneralizedRepeatLDDLElement | Initializes a new instance of the LongestCommonGeneralizedRepeatLDDLElement class |
![]() | LongestCommonGeneralizedRepeatLDDLElement(Int32) | Initializes a new instance of the LongestCommonGeneralizedRepeatLDDLElement class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | Clean | |
![]() | Idx | First occurence in the suffix array. |
![]() | IntervalBegin | First list element of the interval to which this list element belongs. |
![]() | IntervalEnd | Last list element of the interval to which this list element belongs. |
![]() | IntervalSize | Length of the interval (number of nodes) that belong to the interval to which this list element belongs. |
![]() | Lcp | Longest common prefix. |
![]() | Next | Next list element in the array, or null if no such element exists. |
![]() | Previous | Previous list element in the array, or null if no such element exists. |
![]() | Text | Number of the word this element belongs to. |