it.unimi.dico.islab.idbs2.map
Class Mapping
java.lang.Object
it.unimi.dico.islab.idbs2.map.Mapping
public class Mapping
- extends Object
Representation of a matching result. It could be:
- High level mapping: the result of a matching operation between two
KnowledgeChunk
s
- Low level mapping: the result of a matching operation between two
KnowledgeChunk
's Predicate
s
- Author:
- Vegeziel
Constructor Summary |
protected |
Mapping()
Empty constructor needed for Hibernate compatibility. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mapping
protected Mapping()
Empty constructor needed for Hibernate compatibility. Direct use is discouraged. Use
MappingSet.addMapping
instead.
- See Also:
MappingSet.addMapping(Relation, String, String, MappingSet, double, double)
getComment
public String getComment()
getRelation
public Relation getRelation()
getMappingSet
public MappingSet getMappingSet()
setMappingSet
public void setMappingSet(MappingSet mappingSet)
setComment
public void setComment(String comment)
getConfidence
public Double getConfidence()
setConfidence
protected void setConfidence(Double confidence)
getIsUserValid
public Boolean getIsUserValid()
setIsUserValid
public void setIsUserValid(Boolean isUserValid)
setRelation
protected void setRelation(Relation relation)
getId
public Integer getId()
getSource_element
public String getSource_element()
setSource_element
protected void setSource_element(String source_element)
getTarget_element
public String getTarget_element()
setTarget_element
protected void setTarget_element(String target_element)
getSimilarity
public Double getSimilarity()
setSimilarity
protected void setSimilarity(Double similarity)
setMatchingAxioms
public void setMatchingAxioms(MappingSet matchingAxioms)
getMatchingAxioms
public MappingSet getMatchingAxioms()