Uses of Interface
org.biojava.bio.symbol.SymbolPropertyTable

Packages that use SymbolPropertyTable
org.biojava.bio.proteomics.aaindex Classes and interfaces to load Amino Acid Index database files. 
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
 

Uses of SymbolPropertyTable in org.biojava.bio.proteomics.aaindex
 

Classes in org.biojava.bio.proteomics.aaindex that implement SymbolPropertyTable
 class AAindex
          Symbol property table based on the Amino Acid Index Database.
 

Methods in org.biojava.bio.proteomics.aaindex that return SymbolPropertyTable
 SymbolPropertyTable AAindexStreamReader.nextTable()
          Returns the next SymbolPropertyTable object.
 SymbolPropertyTable SymbolPropertyTableIterator.nextTable()
          Returns the next SymbolPropertyTable object.
 SymbolPropertyTable SimpleSymbolPropertyTableDB.table(java.lang.String name)
          Returns the table with the specified name.
 SymbolPropertyTable SymbolPropertyTableDB.table(java.lang.String name)
          Returns the table with the specified name.
 

Methods in org.biojava.bio.proteomics.aaindex with parameters of type SymbolPropertyTable
 void SimpleSymbolPropertyTableDB.addTable(SymbolPropertyTable table)
          Adds a symbol property table to the database.
 

Uses of SymbolPropertyTable in org.biojava.bio.seq
 

Methods in org.biojava.bio.seq that return SymbolPropertyTable
static SymbolPropertyTable ProteinTools.getSymbolPropertyTable(java.lang.String name)
           
 

Uses of SymbolPropertyTable in org.biojava.bio.symbol
 

Classes in org.biojava.bio.symbol that implement SymbolPropertyTable
 class SimpleSymbolPropertyTable
          Class that implements the SymbolPropertyTable interface