Uses of Interface
org.biojava.nbio.genome.parsers.gff.FeatureI
-
Packages that use FeatureI Package Description org.biojava.nbio.genome.parsers.gff -
-
Uses of FeatureI in org.biojava.nbio.genome.parsers.gff
Classes in org.biojava.nbio.genome.parsers.gff that implement FeatureI Modifier and Type Class Description class
Feature
A Feature corresponds to a single row in a GFF file.Methods in org.biojava.nbio.genome.parsers.gff with parameters of type FeatureI Modifier and Type Method Description boolean
FeatureList. add(FeatureI feature)
Add specified feature to the end of the list.Method parameters in org.biojava.nbio.genome.parsers.gff with type arguments of type FeatureI Modifier and Type Method Description void
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 FeatureI Constructor Description FeatureList(Collection<FeatureI> features)
Construct a new list containing the same features as the specified list.
-