The IFeature 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.) | |
Filter | Overloaded. | |
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.
| |
RemoveChangeListener | Overloaded. | |
RemoveFeature |
Remove a feature from this FeatureHolder.
(Inherited from IFeatureHolder.) |
Properties
Name | Description | |
---|---|---|
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.
| |
Parent |
Return the FeatureHolder to which this feature has been attached.
| |
Schema |
Return a schema-filter for this FeatureHolder.
(Inherited from IFeatureHolder.) | |
Sequence |
Return the ISequence object to which this feature
is (ultimately) attached.
| |
Source |
The source of the feature. This may be a program or process.
| |
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.
| |
Symbols |
Return a list of symbols that are contained in this feature.
| |
Type |
The type of the feature.
| |
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.
|