Uses of Interface
org.biojava.bio.proteomics.aaindex.SymbolPropertyTableIterator
Packages that use SymbolPropertyTableIterator
Package
Description
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 SymbolPropertyTableIteratorModifier and TypeClassDescriptionclass
Iterator overAAindex
objects that are stored in a stream in the AAindex1 file format.Methods in org.biojava.bio.proteomics.aaindex that return SymbolPropertyTableIteratorModifier and TypeMethodDescriptionSimpleSymbolPropertyTableDB.tableIterator()
Returns an iterator overSymbolPropertyTable
objects.SymbolPropertyTableDB.tableIterator()
Returns an iterator overSymbolPropertyTable
objects.Constructors in org.biojava.bio.proteomics.aaindex with parameters of type SymbolPropertyTableIteratorModifierConstructorDescriptionSimpleSymbolPropertyTableDB
(SymbolPropertyTableIterator tableIterator) Initializes the database by copying all symbol property tables from a given iterator into the database.