The ISequence type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddChangeListener | Overloaded. |
![]() | 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.) |
![]() | Filter | Overloaded. |
![]() | IsUnchanging |
A particular ChangeType can never be raised by this Changeable.
(Inherited from IChangeable.) |
![]() | RemoveChangeListener | Overloaded. |
![]() | 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.) |