|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingSet | |
---|---|
it.unimi.dico.islab.idbs2.map | Contains all necessary classes to represent and manage an HMatch MappingSet structure
connected to the map database. |
it.unimi.dico.islab.idbs2.map.session | Contains all necessary classes to manage the Hibernate Session connected to a map database. |
Uses of MappingSet in it.unimi.dico.islab.idbs2.map |
---|
Methods in it.unimi.dico.islab.idbs2.map that return MappingSet | |
---|---|
MappingSet |
Mapping.getMappingSet()
|
MappingSet |
Mapping.getMatchingAxioms()
|
Methods in it.unimi.dico.islab.idbs2.map with parameters of type MappingSet | |
---|---|
Mapping |
MappingSet.addMapping(Relation r,
String source,
String target,
MappingSet matchingAxioms,
double similarity,
double confidence)
Adds a mapping to this MappingSet . |
void |
Mapping.setMappingSet(MappingSet mappingSet)
|
void |
Mapping.setMatchingAxioms(MappingSet matchingAxioms)
|
Uses of MappingSet in it.unimi.dico.islab.idbs2.map.session |
---|
Methods in it.unimi.dico.islab.idbs2.map.session with parameters of type MappingSet | |
---|---|
void |
MappingSetManager.saveOrUpdate(MappingSet mset)
Give persistence to the given MappingSet object using associated Hibernate mappings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |