|
|||||||||
| 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.bidirectionalmap.DataTypeModule
public class DataTypeModule
The module that compares the data types of the schema elements
| Field Summary |
|---|
| Fields inherited from class uk.ac.ic.doc.automed.matching.modules.AbstractModule |
|---|
bidirectionalDegrees, frame, semanticMappingNames |
| Constructor Summary | |
|---|---|
DataTypeModule(java.util.ArrayList elementsA,
java.util.ArrayList elementsB)
Constructs a DataTypeModule to compare the specified schema elements in the input lists. |
|
DataTypeModule(SchemaElement[] elementsA,
SchemaElement[] elementsB)
Constructs a DataTypeModule to compare the specified schema elements in the input arrays. |
|
DataTypeModule(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 DataTypeModule(java.util.ArrayList elementsA,
java.util.ArrayList elementsB)
throws MatchException
DataTypeModule to compare the specified schema elements in the input lists.
elementsA - a list of SchemaElement objectselementsB - a list of SchemaElement objects
MatchException
public DataTypeModule(SchemaElement[] elementsA,
SchemaElement[] elementsB)
throws MatchException
DataTypeModule to compare the specified schema elements in the input arrays.
elementsA - an array of SchemaElement objectselementsB - an array of SchemaElement objects
MatchException
public DataTypeModule(SchemaElementPair[] pairs)
throws UninstantiatedException
UninstantiatedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||