Click or drag to resize
MatchExtension Class
Maximum Unique Match Class.
Inheritance Hierarchy
SystemObject
  Bio.Algorithms.SuffixTreeMatchExtension

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

The MatchExtension type exposes the following members.

Constructors
  NameDescription
Public methodMatchExtension
Initializes a new instance of the MaxUniqueMatchExtension class
Public methodMatchExtension(Match)
Initializes a new instance of the MaxUniqueMatchExtension class
Top
Methods
  NameDescription
Public methodCopyTo
Copy the content to MUM.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts RefStart, QueryStart, Length, Score, WrapScore, IsGood of MatchExtension to string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldAdjacent
Gets or sets offset to adjacent MUM.
Public fieldFrom
Gets or sets From (index representing the previous MUM to form LIS) of MUM.
Public fieldID
Gets or sets cluster Identifier.
Public fieldIsGood
Gets or sets a value indicating whether MUM is Good candidate.
Public fieldIsTentative
Gets or sets a value indicating whether MUM is Tentative candidate.
Public fieldLength
Gets or sets the length of match.
Public fieldQuery
Gets or sets the Query sequence.
Public fieldQuerySequenceMumOrder
Gets or sets Sequence Two's MaxUniqueMatch order.
Public fieldQuerySequenceOffset
Gets or sets start index of this match in query sequence.
Public fieldReferenceSequenceMumOrder
Gets or sets Sequence one's MaxUniqueMatch order.
Public fieldReferenceSequenceOffset
Gets or sets the start index of this match in reference sequence.
Public fieldScore
Gets or sets score of MUM.
Public fieldWrapScore
Gets or sets wrap score.
Top
See Also