Uses of Interface
org.biojava3.genome.parsers.gff.FeatureI
-
Uses of FeatureI in bacnet.datamodel.annotation
-
Uses of FeatureI in org.biojava3.genome.parsers.gff
Modifier and TypeClassDescriptionclass
A Feature corresponds to a single row in a GFF file.Modifier and TypeMethodDescriptionboolean
Add specified feature to the end of the list.Modifier and TypeMethodDescriptionvoid
FeatureList.add
(Collection<FeatureI> list) Add all features in the specified list or collection to this list.ModifierConstructorDescriptionFeatureList
(Collection<FeatureI> features) Construct a new list containing the same features as the specified list.