|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mapping | |
---|---|
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 Mapping in it.unimi.dico.islab.idbs2.map |
---|
Methods in it.unimi.dico.islab.idbs2.map that return Mapping | |
---|---|
Mapping |
MappingSet.addMapping(Relation r,
String source,
String target,
MappingSet matchingAxioms,
double similarity,
double confidence)
Adds a mapping to this MappingSet . |
Methods in it.unimi.dico.islab.idbs2.map that return types with arguments of type Mapping | |
---|---|
Set<Mapping> |
MappingSet.getMappings()
|
Method parameters in it.unimi.dico.islab.idbs2.map with type arguments of type Mapping | |
---|---|
void |
MappingSet.setMappings(Set<Mapping> mappings)
|
Uses of Mapping in it.unimi.dico.islab.idbs2.map.session |
---|
Methods in it.unimi.dico.islab.idbs2.map.session with parameters of type Mapping | |
---|---|
void |
MappingManager.saveOrUpdate(Mapping m)
Give persistence to the given MappingSet object using associated Hibernate mappings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |