it.unimi.dico.islab.idbs2.map
Class Configuration

java.lang.Object
  extended by it.unimi.dico.islab.idbs2.map.Configuration

public class Configuration
extends Object

This class represents a wrapper for the configuration parameters used in a specific HMatch execution.

Author:
Vegeziel

Constructor Summary
Configuration()
           
 
Method Summary
 String getcEmptyContextStrategy()
           
 Boolean getcInheritance()
           
 Double getcLWeight()
           
 String getcMatchModel()
           
 String getcMatchStrategy()
           
 Double getcTreshold()
           
 Integer getId()
           
 Boolean getiMaximizeUndefWeightsProp()
           
 String getiReasoner()
           
 Double getiTreshold()
           
 Boolean getiUseMatchSelector()
           
 Boolean getiUseReasoner()
           
 String getlStringMetric()
           
 Double getlTreshold()
           
 Boolean getlUseStringMatch()
           
 Boolean getlUseWn()
           
 String getlWnMetric()
           
 String getMapCardinality()
           
 String getMatcher()
           
 void setcEmptyContextStrategy(String cEmptyContextStrategy)
           
 void setcInheritance(Boolean cInheritance)
           
 void setcLWeight(Double cLWeight)
           
 void setcMatchModel(String cMatchModel)
           
 void setcMatchStrategy(String cMatchStrategy)
           
 void setcTreshold(Double cTreshold)
           
 void setId(Integer id)
           
 void setiMaximizeUndefWeightsProp(Boolean iMaximizeUndefWeightsProp)
           
 void setiReasoner(String iReasoner)
           
 void setiTreshold(Double iTreshold)
           
 void setiUseMatchSelector(Boolean iUseMatchSelector)
           
 void setiUseReasoner(Boolean iUseReasoner)
           
 void setlStringMetric(String lStringMetric)
           
 void setlTreshold(Double lTreshold)
           
 void setlUseStringMatch(Boolean lUseStringMatch)
           
 void setlUseWn(Boolean lUseWn)
           
 void setlWnMetric(String lWnMetric)
           
 void setMapCardinality(String mapCardinality)
           
 void setMatcher(String matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getMatcher

public String getMatcher()

setMatcher

public void setMatcher(String matcher)

getlWnMetric

public String getlWnMetric()

setlWnMetric

public void setlWnMetric(String lWnMetric)

getlStringMetric

public String getlStringMetric()

setlStringMetric

public void setlStringMetric(String lStringMetric)

getcMatchModel

public String getcMatchModel()

setcMatchModel

public void setcMatchModel(String cMatchModel)

getcEmptyContextStrategy

public String getcEmptyContextStrategy()

setcEmptyContextStrategy

public void setcEmptyContextStrategy(String cEmptyContextStrategy)

getcMatchStrategy

public String getcMatchStrategy()

setcMatchStrategy

public void setcMatchStrategy(String cMatchStrategy)

getiReasoner

public String getiReasoner()

setiReasoner

public void setiReasoner(String iReasoner)

getMapCardinality

public String getMapCardinality()

setMapCardinality

public void setMapCardinality(String mapCardinality)

getlTreshold

public Double getlTreshold()

setlTreshold

public void setlTreshold(Double lTreshold)

getcTreshold

public Double getcTreshold()

setcTreshold

public void setcTreshold(Double cTreshold)

getcLWeight

public Double getcLWeight()

setcLWeight

public void setcLWeight(Double cLWeight)

getiTreshold

public Double getiTreshold()

setiTreshold

public void setiTreshold(Double iTreshold)

getlUseWn

public Boolean getlUseWn()

setlUseWn

public void setlUseWn(Boolean lUseWn)

getlUseStringMatch

public Boolean getlUseStringMatch()

setlUseStringMatch

public void setlUseStringMatch(Boolean lUseStringMatch)

getcInheritance

public Boolean getcInheritance()

setcInheritance

public void setcInheritance(Boolean cInheritance)

getiUseReasoner

public Boolean getiUseReasoner()

setiUseReasoner

public void setiUseReasoner(Boolean iUseReasoner)

getiMaximizeUndefWeightsProp

public Boolean getiMaximizeUndefWeightsProp()

setiMaximizeUndefWeightsProp

public void setiMaximizeUndefWeightsProp(Boolean iMaximizeUndefWeightsProp)

getiUseMatchSelector

public Boolean getiUseMatchSelector()

setiUseMatchSelector

public void setiUseMatchSelector(Boolean iUseMatchSelector)