The IAlignment type exposes the following members.

Methods

  NameDescription
AddChangeListenerOverloaded.
Edit
Apply an edit to the ISymbolList as specified by the edit object.
(Inherited from ISymbolList.)
IsUnchanging
A particular ChangeType can never be raised by this Changeable.
(Inherited from IChangeable.)
RemoveChangeListenerOverloaded.
SubList
Return a new SymbolList for the symbols start to end inclusive.
(Inherited from ISymbolList.)
SubStr
Return a region of this symbol list as a string.
(Inherited from ISymbolList.)
SymbolAt
Return the symbol at index, counting from 1.
(Inherited from ISymbolList.)
ToList
Returns a List of symbols.
(Inherited from ISymbolList.)

Properties

  NameDescription
Alphabet
The alphabet that this SymbolList is over.
(Inherited from ISymbolList.)
Length
The number of symbols in this ISymbolList.
(Inherited from ISymbolList.)
SeqString
Stringify this symbol list.
(Inherited from ISymbolList.)
Symbols
An Enumerable over all ISymbols in this ISymbolList.
(Inherited from ISymbolList.)

See Also