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

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

public class Filter
extends java.lang.Object


Constructor Summary
Filter(SchemaElement[] elems1, SchemaElement[] elems2)
           
Filter(SchemaElementPair[] pairs)
           
 
Method Summary
 void addModule(AbstractModule module)
           
 SimilarSchemaElementPair[] getAllPairs()
           
 SimilarSchemaElementPair[] getCompatibles(double threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter(SchemaElement[] elems1,
              SchemaElement[] elems2)
       throws UninstantiatedException

Filter

public Filter(SchemaElementPair[] pairs)
       throws UninstantiatedException
Method Detail

addModule

public void addModule(AbstractModule module)

getCompatibles

public SimilarSchemaElementPair[] getCompatibles(double threshold)

getAllPairs

public SimilarSchemaElementPair[] getAllPairs()