|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
O - the type of DatabaseObject handled by this Preprocessorpublic interface Preprocessor<O extends DatabaseObject>
Defines the requirements for classes that do some preprocessing steps for objects of a certain database.
| Method Summary | |
|---|---|
void |
run(Database<O> database,
boolean verbose,
boolean time)
This method executes the particular preprocessing step of this Preprocessor for the objects of the specified database. |
| Method Detail |
|---|
void run(Database<O> database,
boolean verbose,
boolean time)
database - the database for which the preprocessing is performedverbose - flag to allow verbose messages while performing the
algorithmtime - flag to request output of performance time
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||