WordMatch Methods |
The WordMatch type exposes the following members.
Name | Description | |
---|---|---|
BuildMatchTable |
Create a list of all the matches and order them by the
second sequence.
| |
CompareTo(Object) |
CompareTo method is used while sorting WordMatch objects.
| |
CompareTo(WordMatch) |
Compares two sequence matches so the result can be used in sorting.
The comparison is done by size and if the size is equal, by seq1
start position. If the sequence1 start positions are equal they are
sorted by sequence2 start position.
| |
Equals(Object) |
Overrides the equal method
(Overrides ObjectEquals(Object).) | |
Equals(WordMatch) |
Checks if another WordMatch object is equal to the current
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 |
Overrides hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetMinimalList |
Given a list of matches, reduce it to the minimal set of best
non-overlapping matches.
| |
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.) |