Package | Description |
---|---|
org.biojava.nbio.genome.parsers.gff |
Modifier and Type | Class and Description |
---|---|
class |
Feature
A Feature corresponds to a single row in a GFF file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FeatureList.add(FeatureI feature)
Add specified feature to the end of the list.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureList.add(Collection<FeatureI> list)
Add all features in the specified list or collection to this list.
|
Constructor and Description |
---|
FeatureList(Collection<FeatureI> features)
Construct a new list containing the same features
as the specified list.
|
Copyright © 2000–2019 BioJava. All rights reserved.