|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.ic.doc.automed.matching.Aggregator
public class Aggregator
The class that represents the Aggregator component in the schema matching architecture. Its role is to aggregate the bidirectional degrees of the schema elements produced by the attached comparision modules.
AbstractModule,
SchemaElementPair,
SimilarSchemaElementPair| Constructor Summary | |
|---|---|
Aggregator(SchemaElementPair[] compatiblepairs)
Constructs the Aggregator for the specified compatible pairs of elements. |
|
| Method Summary | |
|---|---|
void |
addAuxiliaryModule(AbstractModule module)
Appends the specified module to the list of auxiliary modules of this Aggregator |
void |
addNonAuxiliaryModule(AbstractModule module)
Appends the specified module to the list of non-auxiliary modules of this Aggregator |
SimilarSchemaElementPair[] |
getPairs()
Returns an array of SimilarSchemaElementPair objects with their aggregated bidirectional degrees |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Aggregator(SchemaElementPair[] compatiblepairs)
throws UninstantiatedException
Aggregator for the specified compatible pairs of elements.
compatiblepairs - the array of compatible schema elements
UnistantiatedException - if the are no pairs of elements in the array
UninstantiatedException| Method Detail |
|---|
public void addNonAuxiliaryModule(AbstractModule module)
Aggregator
module - the module to be appendedpublic void addAuxiliaryModule(AbstractModule module)
Aggregator
module - the module to be appendedpublic SimilarSchemaElementPair[] getPairs()
SimilarSchemaElementPair objects with their aggregated bidirectional degrees
SimilarSchemaElementPair objects with their aggregated bidirectional degrees
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||