The IStrandedFeature 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.)
FilterOverloaded.
IsUnchanging
A particular ChangeType can never be raised by this Changeable.
(Inherited from IChangeable.)
MakeTemplate
Create a new Template that could be used to generate a feature identical to this one.
(Inherited from IFeature.)
RemoveChangeListenerOverloaded.
RemoveFeature
Remove a feature from this FeatureHolder.
(Inherited from IFeatureHolder.)

Properties

  NameDescription
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.)
Location
The location of this feature.
(Inherited from IFeature.)
Parent
Return the FeatureHolder to which this feature has been attached.
(Inherited from IFeature.)
Schema
Return a schema-filter for this FeatureHolder.
(Inherited from IFeatureHolder.)
Sequence
Return the ISequence object to which this feature is (ultimately) attached.
(Inherited from IFeature.)
Source
The source of the feature. This may be a program or process.
(Inherited from IFeature.)
SourceTerm
An ontology term defining the source of this feature. This is optional, and will default to OntoTools.ANY in implementations which aren't ontology aware.
(Inherited from IFeature.)
Strand
The strand that this feature lies upon.
Symbols
Return a list of symbols that are contained in this feature.
(Inherited from IFeature.)
Type
The type of the feature.
(Inherited from IFeature.)
TypeTerm
An ontology term defining the type of feature. This is optional, and will default to OntoTools.ANY in implementations which aren't ontology aware.
(Inherited from IFeature.)

See Also