|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInputParser
Marker interface for an input parser
| Method Summary | |
|---|---|
java.lang.String |
getFileExtension()
Get the file extension of the input file this InputParser is capable of parsing |
int |
getRanking()
This method rates the implementation. |
int |
getWorkload()
Defines how complex the generation of the model is |
void |
init(java.lang.String inputFile)
Initialize the parser with the file |
EDBConnectionData |
needsDataBaseInformationForCompleetion()
Indicate if the input file is self contained or if for compleetion of the model information from the second page is needed. |
IGeneratedObject |
parse()
Parse the input file into an object that represents a database table. |
| Method Detail |
|---|
IGeneratedObject parse()
java.lang.String getFileExtension()
void init(java.lang.String inputFile)
throws java.lang.Exception
inputFile -
java.lang.Exception - some exception occured during initialisationint getRanking()
int getWorkload()
EDBConnectionData needsDataBaseInformationForCompleetion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||