| Package | Description |
|---|---|
| de.fuberlin.wiwiss.d2rq.map |
Classes that represent the components of a mapping file.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
ClassMap.database() |
Database |
Mapping.database(Resource name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Database> |
Mapping.databases() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mapping.addDatabase(Database database) |
void |
DownloadMap.setDatabase(Database database) |
void |
ClassMap.setDatabase(Database database) |
| Constructor and Description |
|---|
PropertyMap(String uriPattern,
Database database) |