See: Description
| Class | Description |
|---|---|
| GdbProvider |
Utility class that maintains a list of synonym databases and the species they
apply to.
|
| IDMapperRdb |
Interface for all classes that provide Gdb-like functionality,
such as looking up cross-references and backpage text.
|
| SimpleGdb |
SimpleGdb is the main implementation of the Gdb interface,
for dealing with single SQL-based pgdb's.
|
| SimpleGdbFactory |
Factory class that instantiates the correct SimpleGdb implementation
for a new / existing gdb,
based on the schema version.
|
| SimpleGdbImplCommon |
Some methods and constants that are shared between SimpleGdbImpl2 and SimpleGdbImpl3
|
For example, to use a downloadable derby database (pgdb file) as a mapping resource, you can use the following piece of code:
class.forName("org.bridgedb.file.IDMapperRdb");
mapper = BridgeDb.connect ("idmapper-pgdb:path/to/file.pgdb");
Copyright © 2006–2019 BridgeDb project. All rights reserved.