uk.ac.ic.doc.automed.matching
Class Aggregator

java.lang.Object
  |
  +--uk.ac.ic.doc.automed.matching.Aggregator

public class Aggregator
extends java.lang.Object


Constructor Summary
Aggregator(SchemaElementPair[] compatiblepairs)
           
 
Method Summary
 void addAuxiliaryModule(AbstractModule module)
           
 void addNonAuxiliaryModule(AbstractModule module)
           
 SimilarSchemaElementPair[] getMappings()
           
 SimilarSchemaElementPair[] getPairs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aggregator

public Aggregator(SchemaElementPair[] compatiblepairs)
           throws UninstantiatedException
Method Detail

addNonAuxiliaryModule

public void addNonAuxiliaryModule(AbstractModule module)

addAuxiliaryModule

public void addAuxiliaryModule(AbstractModule module)

getPairs

public SimilarSchemaElementPair[] getPairs()

getMappings

public SimilarSchemaElementPair[] getMappings()