| DifferenceNode Class |
Namespace: Bio
The DifferenceNode type exposes the following members.
| Name | Description | |
|---|---|---|
| DifferenceNode |
Initializes a new instance of the DifferenceNode class.
|
| Name | Description | |
|---|---|---|
| Sequence1End |
Gets end index of difference in first sequence
| |
| Sequence1Start |
Gets start index of difference in first sequence
| |
| Sequence2End |
Gets end index of difference in second sequence
| |
| Sequence2Start |
Gets start index of difference in second sequence
|
| Name | Description | |
|---|---|---|
| BuildDiffList |
Builds difference list from match list
| |
| CompareDifferenceNode |
Comparison of two word match list nodes
based on the first sequence start indices
| |
| 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.) | |
| OutputDiffList |
Constructs output from input difference list
| |
| ToString |
Constructs a user-friendly string representation.
Used for debug purpose.
(Overrides ObjectToString.) |