|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Data | |
|---|---|
| proper.imp | Contains all the classes concerning the import of data, i.e. |
| Uses of Data in proper.imp |
|---|
| Subclasses of Data in proper.imp | |
|---|---|
class |
List
This class is used to store a list of objects. |
class |
Predicate
This class is container for data read from the parser. |
| Methods in proper.imp that return Data | |
|---|---|
Data |
Traverser.findFirst(java.lang.String name)
returns the first occurence of the specified predicate/list, can be NULL |
Data |
Data.getParent()
returns the parent of this object |
| Methods in proper.imp with parameters of type Data | |
|---|---|
void |
Indexer.addSplitIndexId(Data d,
int index)
sets for the given predicate the index where a split-id was inserted (necessary for the Namer!) |
java.util.Vector |
Namer.createIdNames(Data d)
creates all the names of the IDs for the given predicate |
java.lang.String |
Namer.getColumnName(Data d,
int index)
creates the column name for the predicate and argument index, can be NULL |
int |
Data.getIndex(Data d)
returns the index of the given data in its own children |
int |
Indexer.getIndex(Data d,
java.lang.String indexStr)
determines the index for the given predicate and index-String |
java.lang.String |
Namer.getParentPrimaryKey(Data d)
returns the name of the primary key of the parent predicate, is "" if the predicate has no parent! |
java.lang.String |
Namer.getPrimaryKey(Data d)
returns the name of the primary key for the given predicate/list |
java.lang.String |
Namer.getTable(Data d)
returns the name of the table for the given predicate/list |
boolean |
Indexer.isIndex(Data d,
int index)
checks whether the given index is an id index of the given predicate |
boolean |
Indexer.isSplitIndexId(Data d,
int index)
checks whether the given index contains an id from a predicate split |
void |
Traverser.remove(Data d)
removes the specified predicate/list |
void |
Data.setParent(Data parent)
sets the parent of this object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||