|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
O - the type of DatabaseObject to be provided by the implementing
class as element of the supplied databasepublic interface DatabaseConnection<O extends DatabaseObject>
DatabaseConnection is to provide a database.
A database connection is to manage the input and to provide a database where algorithms can run on. An implementation may either use a parser to parse a sequential file or piped input and provide a file based database or provide an intermediate connection to a database system.
| Method Summary | |
|---|---|
Database<O> |
getDatabase(Normalization<O> normalization)
Returns a Database according to parameter settings. |
| Method Detail |
|---|
Database<O> getDatabase(Normalization<O> normalization)
normalization - Normalization to perform a normalization if this
action is supported. May remain null.
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||