| IAlphabet Properties |
The IAlphabet type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the count of symbols present in this alphabet.
This includes basic symbols, gaps, terminations and ambiguous symbols present in this alphabet.
| |
| HasAmbiguity |
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).
| |
| HasGaps |
Gets a value indicating whether the alphabet has one or more symbols
that represent a gap.
| |
| HasTerminations |
Gets a value indicating whether the alphabet has one or more symbols
that represent terminal items.
| |
| IsComplementSupported |
Gets a value indicating whether this alphabet supports complement or not.
| |
| Item |
Provides array like access to the symbols in this alphabet.
| |
| Name |
Gets a human readable name for the alphabet.
For example "DNA", "RNA", or "Amino Acid".
|