Uses of Interface
org.biojava3.genome.parsers.gff.FeatureI
Packages that use FeatureI
-
Uses of FeatureI in bacnet.datamodel.annotation
Constructors in bacnet.datamodel.annotation with parameters of type FeatureI -
Uses of FeatureI in org.biojava3.genome.parsers.gff
Classes in org.biojava3.genome.parsers.gff that implement FeatureIModifier and TypeClassDescriptionclassA Feature corresponds to a single row in a GFF file.Methods in org.biojava3.genome.parsers.gff with parameters of type FeatureIModifier and TypeMethodDescriptionbooleanAdd specified feature to the end of the list.Method parameters in org.biojava3.genome.parsers.gff with type arguments of type FeatureIModifier and TypeMethodDescriptionvoidFeatureList.add(Collection<FeatureI> list) Add all features in the specified list or collection to this list.Constructor parameters in org.biojava3.genome.parsers.gff with type arguments of type FeatureIModifierConstructorDescriptionFeatureList(Collection<FeatureI> features) Construct a new list containing the same features as the specified list.