The ISequence type exposes the following members.

Methods

  NameDescription
AddChangeListenerOverloaded.
ContainsFeature
Check if the feature is present in this holder.
(Inherited from IFeatureHolder.)
CountFeatures
Count how many features are contained.
(Inherited from IFeatureHolder.)
CreateFeature
Create a new IFeature, and add it to this IFeatureHolder. This method will generally only work on ISequences, and on some IFeatures which have been attached to ISequences.
(Inherited from IFeatureHolder.)
Edit
Apply an edit to the ISymbolList as specified by the edit object.
(Inherited from ISymbolList.)
FilterOverloaded.
IsUnchanging
A particular ChangeType can never be raised by this Changeable.
(Inherited from IChangeable.)
RemoveChangeListenerOverloaded.
RemoveFeature
Remove a feature from this FeatureHolder.
(Inherited from IFeatureHolder.)
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.)
Annotation
Should return the associated annotation object.
(Inherited from IAnnotatable.)
Features
Iterate over any child features which are held by this feature.
(Inherited from IFeatureHolder.)
Length
The number of symbols in this ISymbolList.
(Inherited from ISymbolList.)
Name
The name of this sequence.
Schema
Return a schema-filter for this FeatureHolder.
(Inherited from IFeatureHolder.)
SeqString
Stringify this symbol list.
(Inherited from ISymbolList.)
Symbols
An Enumerable over all ISymbols in this ISymbolList.
(Inherited from ISymbolList.)
URN
A Uniform Resource Identifier (URI) which identifies the sequence represented by this object

See Also