Click or drag to resize
IAlphabet Properties

The IAlphabet type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of symbols present in this alphabet. This includes basic symbols, gaps, terminations and ambiguous symbols present in this alphabet.
Public propertyHasAmbiguity
Gets a value indicating whether the alphabet has one or more symbols that represent an ambiguous item (i.e. and item for which it is not precisely known what it represents).
Public propertyHasGaps
Gets a value indicating whether the alphabet has one or more symbols that represent a gap.
Public propertyHasTerminations
Gets a value indicating whether the alphabet has one or more symbols that represent terminal items.
Public propertyIsComplementSupported
Gets a value indicating whether this alphabet supports complement or not.
Public propertyItem
Provides array like access to the symbols in this alphabet.
Public propertyName
Gets a human readable name for the alphabet. For example "DNA", "RNA", or "Amino Acid".
Top
See Also