public interface SymbolPropertyTableDB
SymbolPropertyTable objects.| Modifier and Type | Method and Description |
|---|---|
Set |
names()
Returns the set of unique table names.
|
int |
numTables()
Returns the number of symbol property tables in the database.
|
SymbolPropertyTable |
table(String name)
Returns the table with the specified name.
|
SymbolPropertyTableIterator |
tableIterator()
Returns an iterator over
SymbolPropertyTable objects. |
SymbolPropertyTableIterator tableIterator()
SymbolPropertyTable objects.int numTables()
SymbolPropertyTable table(String name) throws IllegalIDException, NullPointerException
name - the
name
of the tableIllegalIDException - if no symbol property table with the specified name could be found.NullPointerException - if name is
null.Copyright © 2020 BioJava. All rights reserved.