MOMIS Data structure produced by the ARTEMIS module
Content:
Clustering output
- premise:
the ARTEMIS output (the clustering) can be seen as a vectorOfClusters (the list of clusters) of
vectorOfLocalIterefaces (how a single
cluster is composed).
- An example of how data structures are filled is in
$djp/shared/MomisApplic/QueryManager.java
-
Each cluster must populate a GlobalClass
A GlobalClass contains many data structures
here is the list of data structures Artemis must populate:
- String globalSchema the schema name.
- MappingTable mappingTable that contains map of
LocalClass.
for each LocalClass it must be initialized the fields:
- String name Used by the module TUNIM.
- SourceDescriptor source This class duplicate the
information of the odli3.Source class.
This class contains:
- name The name of the data source
- schemaProp the list of all attribute names used,
in the source.
I thing this is used to make a control on the
iterator names
The MOMIS Home Page