|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.ic.doc.automed.matching.modules.AbstractModule
uk.ac.ic.doc.automed.matching.modules.intervals.ElementNameModule
public class ElementNameModule
The module that compares the names of the schema elements
| Field Summary |
|---|
| Fields inherited from class uk.ac.ic.doc.automed.matching.modules.AbstractModule |
|---|
bidirectionalDegrees, frame, semanticMappingNames |
| Constructor Summary | |
|---|---|
ElementNameModule(java.util.ArrayList elementsA,
java.util.ArrayList elementsB)
Constructs a ElementNameModule to compare the specified schema elements in the input lists. |
|
ElementNameModule(SchemaElement[] elementsA,
SchemaElement[] elementsB)
Constructs a ElementNameModule to compare the specified schema elements in the input arrays. |
|
ElementNameModule(SchemaElementPair[] pairs)
|
|
| Method Summary |
|---|
| Methods inherited from class uk.ac.ic.doc.automed.matching.modules.AbstractModule |
|---|
getBidirectionalDegrees, getBidirectionalDegrees, getBidirectionalSimilarity, getUSRs, saveDegrees, setBidirectionalDegrees, setUSRs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementNameModule(java.util.ArrayList elementsA,
java.util.ArrayList elementsB)
ElementNameModule to compare the specified schema elements in the input lists.
elementsA - a list of SchemaElement objectselementsB - a list of SchemaElement objects
public ElementNameModule(SchemaElement[] elementsA,
SchemaElement[] elementsB)
ElementNameModule to compare the specified schema elements in the input arrays.
elementsA - an array of SchemaElement objectselementsB - an array of SchemaElement objects
public ElementNameModule(SchemaElementPair[] pairs)
throws UninstantiatedException
UninstantiatedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||