uk.ac.ic.doc.automed.matching.modules.probability.senary
Class ElementNameModule
java.lang.Object
uk.ac.ic.doc.automed.matching.modules.AbstractModule
uk.ac.ic.doc.automed.matching.modules.probability.senary.ElementNameModule
public class ElementNameModule
- extends AbstractModule
The module that compares the names of the schema elements
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementNameModule
public ElementNameModule(java.util.ArrayList elementsA,
java.util.ArrayList elementsB)
- Constructs a
ElementNameModule to compare the specified schema elements in the input lists.
- Parameters:
elementsA - a list of SchemaElement objectselementsB - a list of SchemaElement objects
ElementNameModule
public ElementNameModule(SchemaElement[] elementsA,
SchemaElement[] elementsB)
- Constructs a
ElementNameModule to compare the specified schema elements in the input arrays.
- Parameters:
elementsA - an array of SchemaElement objectselementsB - an array of SchemaElement objects
ElementNameModule
public ElementNameModule(SchemaElementPair[] pairs)
throws UninstantiatedException
- Throws:
UninstantiatedException
getNameComparisonDegrees
private static java.util.Hashtable getNameComparisonDegrees(SchemaElement[] elementsA,
SchemaElement[] elementsB)
getNameComparisonDegrees
private static java.util.Hashtable getNameComparisonDegrees(java.util.ArrayList elementsA,
java.util.ArrayList elementsB)