Uses of Interface
org.biojava.nbio.genome.parsers.gff.FeatureI
Packages that use FeatureI
-
Uses of FeatureI in org.biojava.nbio.genome.parsers.gff
Classes in org.biojava.nbio.genome.parsers.gff that implement FeatureIModifier and TypeClassDescriptionclass
A Feature corresponds to a single row in a GFF file.Methods in org.biojava.nbio.genome.parsers.gff with parameters of type FeatureIModifier and TypeMethodDescriptionboolean
Add specified feature to the end of the list.Method parameters in org.biojava.nbio.genome.parsers.gff with type arguments of type FeatureIModifier and TypeMethodDescriptionvoid
FeatureList.add
(Collection<FeatureI> list) Add all features in the specified list or collection to this list.Constructor parameters in org.biojava.nbio.genome.parsers.gff with type arguments of type FeatureIModifierConstructorDescriptionFeatureList
(Collection<FeatureI> features) Construct a new list containing the same features as the specified list.