Uses of Interface
org.biojava.bio.proteomics.aaindex.SymbolPropertyTableIterator
-
Packages that use SymbolPropertyTableIterator Package Description org.biojava.bio.proteomics.aaindex Classes and interfaces to load Amino Acid Index database files. -
-
Uses of SymbolPropertyTableIterator in org.biojava.bio.proteomics.aaindex
Classes in org.biojava.bio.proteomics.aaindex that implement SymbolPropertyTableIterator Modifier and Type Class Description classAAindexStreamReaderIterator overAAindexobjects that are stored in a stream in the AAindex1 file format.Methods in org.biojava.bio.proteomics.aaindex that return SymbolPropertyTableIterator Modifier and Type Method Description SymbolPropertyTableIteratorSimpleSymbolPropertyTableDB. tableIterator()Returns an iterator overSymbolPropertyTableobjects.SymbolPropertyTableIteratorSymbolPropertyTableDB. tableIterator()Returns an iterator overSymbolPropertyTableobjects.Constructors in org.biojava.bio.proteomics.aaindex with parameters of type SymbolPropertyTableIterator Constructor Description SimpleSymbolPropertyTableDB(SymbolPropertyTableIterator tableIterator)Initializes the database by copying all symbol property tables from a given iterator into the database.
-