uk.ac.ic.doc.automed.matching.modules.intervals
Class NumberInstancesModule
java.lang.Object
uk.ac.ic.doc.automed.matching.modules.AbstractModule
uk.ac.ic.doc.automed.matching.modules.intervals.NumberInstancesModule
public class NumberInstancesModule
- extends AbstractModule
The module that compares the number of instances of the schema elements
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberInstancesModule
public NumberInstancesModule(java.util.ArrayList elementsA,
java.util.ArrayList elementsB)
throws UninstantiatedException,
MatchException
- Constructs a
NumberInstancesModule
to compare the specified schema elements in the input lists.
- Parameters:
elementsA
- a list of SchemaElement
objectselementsB
- a list of SchemaElement
objects
- Throws:
UninstantiatedException
- if an element doesn't contain any instances
MatchException
NumberInstancesModule
public NumberInstancesModule(SchemaElement[] elementsA,
SchemaElement[] elementsB)
throws UninstantiatedException,
MatchException
- Constructs a
NumberInstancesModule
to compare the specified schema elements in the input arrays.
- Parameters:
elementsA
- an array of SchemaElement
objectselementsB
- an array of SchemaElement
objects
- Throws:
UninstantiatedException
- if an element doesn't contain any instances
MatchException
NumberInstancesModule
public NumberInstancesModule(SchemaElementPair[] pairs)
throws UninstantiatedException,
MatchException
- Throws:
UninstantiatedException
MatchException