|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.unima.alcomox.mapping.MappingFamiliy
public class MappingFamiliy
A mapping familiy is a set of mapping togeterh with the information which matcher generated which mapping. It can be used to generate a merged mapping, with several different as adjustments/aggregations of confidence values.
| Constructor Summary | |
|---|---|
MappingFamiliy()
Constructs an empty mapping family. |
|
| Method Summary | |
|---|---|
void |
addMapping(java.lang.String matcherId,
Mapping mapping)
Adds a mapping to this family of mappings. |
Mapping |
getMergedMappingVC()
Returns the merged mapping where confindences have been computed in a way such that the following holds for two correspondences c1 and c2: (1) conf(c1) <h; conf(c2) iff less systems found c1 (Vote) |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MappingFamiliy()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public void addMapping(java.lang.String matcherId,
Mapping mapping)
matcherId - Id of the matcher which generated the mapping.mapping - Mapping to be added.public Mapping getMergedMappingVC()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||