Uses of Interface
org.biojava.bio.symbol.SymbolPropertyTable
-
Packages that use SymbolPropertyTable Package Description 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 Modifier and Type Class Description classAAindexSymbol property table based on the Amino Acid Index Database.Methods in org.biojava.bio.proteomics.aaindex that return SymbolPropertyTable Modifier and Type Method Description SymbolPropertyTableAAindexStreamReader. nextTable()Returns the nextSymbolPropertyTableobject.SymbolPropertyTableSymbolPropertyTableIterator. nextTable()Returns the nextSymbolPropertyTableobject.SymbolPropertyTableSimpleSymbolPropertyTableDB. table(String name)Returns the table with the specified name.SymbolPropertyTableSymbolPropertyTableDB. table(String name)Returns the table with the specified name.Methods in org.biojava.bio.proteomics.aaindex with parameters of type SymbolPropertyTable Modifier and Type Method Description voidSimpleSymbolPropertyTableDB. 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 Modifier and Type Method Description static SymbolPropertyTableProteinTools. getSymbolPropertyTable(String name) -
Uses of SymbolPropertyTable in org.biojava.bio.symbol
Classes in org.biojava.bio.symbol that implement SymbolPropertyTable Modifier and Type Class Description classSimpleSymbolPropertyTableClass that implements the SymbolPropertyTable interface
-