|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcorrespondenceComputations.ComputationSetting
public class ComputationSetting
Field Summary | |
---|---|
static double |
delimiterPercent
A character is a delimiter if the character occurs more than delimiterProcent times in the ontology. |
static double |
propertyChainDatatypeObjectName
If the similarity value of the datatype property and the object property is higher than this variable, the algorithm continues the computation else it will terminate. |
static double |
qualifiedRestrictionClassRangeName
If the class name and the name of the range have a higher similarity value than the variable there might be a correspondence between them. |
static double |
qualifiedRestrictionPropertySuperclass
All classes where the similarity value with the superclass of a property is higher than this variable will be chosen for further computation. |
static double |
unqualifiedRestrictionClassSimilarToPropertyName
All classes which have a similarity value higher than this variable to a object property will be collected. |
static double |
valueRestrictionClassSimilarToRangeName
A class will be chosen for further computations if the similarity to the name of a range is higher than this variable. |
static double |
valueRestrictionFirstPartClassToPropertyName
If the first part of the class name is similar, a similarity value higher than this variable, to the property name, a correspondence with the class and the property + true is found. |
static double |
valueRestrictionPartOfClassSimilarToPropertyName
The similarity value of the class name and the property name has to be higher than this variable if there is a complex correspondence of the type value restriction on a datatype property. |
Constructor Summary | |
---|---|
ComputationSetting()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static double propertyChainDatatypeObjectName
public static double unqualifiedRestrictionClassSimilarToPropertyName
public static double valueRestrictionClassSimilarToRangeName
public static double valueRestrictionPartOfClassSimilarToPropertyName
public static double valueRestrictionFirstPartClassToPropertyName
public static double qualifiedRestrictionClassRangeName
public static double qualifiedRestrictionPropertySuperclass
public static double delimiterPercent
Constructor Detail |
---|
public ComputationSetting()
Method Detail |
---|
public static double getPropertyChainDatatypeObjectName()
public static double getUnqualifiedRestrictionClassSimilarToPropertyName()
public static double getValueRestrictionClassSimilarToRangeName()
public static double getValueRestrictionPartOfClassSimilarToPropertyName()
public static double getValueRestrictionFirstPartClassToPropertyName()
public static double getQualifiedRestrictionClassRangeName()
public static double getQualifiedRestrictionPropertySuperclass()
public static double getDelimiterPercent()
public static void setDelimiterPercent(double delimiterProcent)
public static void setPropertyChainDatatypeObjectName(double compoundPropertyDatatypeObjectName)
public static void setUnqualifiedRestrictionClassSimilarToPropertyName(double classSimilarToPropertyName)
public static void setValueRestrictionClassSimilarToRangeName(double rangeRestrictionClassSimilarToRangeName)
public static void setValueRestrictionPartOfClassSimilarToPropertyName(double rangeRestrictionPartOfClassSimilarToPropertyName)
public static void setValueRestrictionFirstPartClassToPropertyName(double rangeRestrictionFirstPartClassToPropertyName)
public static void setQualifiedRestrictionClassRangeName(double classSimilarToRangeClassRangeName)
public static void setQualifiedRestrictionPropertySuperclass(double classSsimiarToRangePropertySuperclass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |