Class OaeiOptions
java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.OaeiOptions
Deprecated.
use parameters file instead.
Class which holds options for OAEI evaluation (usually set in HOBBIT wrapper).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static booleanDeprecated.static voidDeprecated.static voidsetAllowedInstanceTypes(Set<String> aAllowedInstanceTypes) Deprecated.static voidDeprecated.static voidsetMatchingClassesRequired(boolean aMatchingClassesRequired) Deprecated.static voidsetMatchingDataPropertiesRequired(boolean aMatchingDataPropertiesRequired) Deprecated.static voidsetMatchingInstancesRequired(boolean aMatchingInstancesRequired) Deprecated.static voidsetMatchingObjectPropertiesRequired(boolean aMatchingObjectPropertiesRequired) Deprecated.static voidsetSourceName(String aSourceName) Deprecated.static voidsetTargetName(String aTargetName) Deprecated.static StringDeprecated.
-
Field Details
-
format
Deprecated. -
sourceName
Deprecated. -
targetName
Deprecated. -
matchingClassesRequired
private static boolean matchingClassesRequiredDeprecated. -
matchingDataPropertiesRequired
private static boolean matchingDataPropertiesRequiredDeprecated. -
matchingObjectPropertiesRequired
private static boolean matchingObjectPropertiesRequiredDeprecated. -
matchingInstancesRequired
private static boolean matchingInstancesRequiredDeprecated. -
allowedInstanceTypes
Deprecated.
-
-
Constructor Details
-
OaeiOptions
public OaeiOptions()Deprecated.
-
-
Method Details
-
resetToDefault
public static void resetToDefault()Deprecated. -
setFormat
Deprecated. -
setSourceName
Deprecated. -
setTargetName
Deprecated. -
setMatchingClassesRequired
public static void setMatchingClassesRequired(boolean aMatchingClassesRequired) Deprecated. -
setMatchingDataPropertiesRequired
public static void setMatchingDataPropertiesRequired(boolean aMatchingDataPropertiesRequired) Deprecated. -
setMatchingObjectPropertiesRequired
public static void setMatchingObjectPropertiesRequired(boolean aMatchingObjectPropertiesRequired) Deprecated. -
setMatchingInstancesRequired
public static void setMatchingInstancesRequired(boolean aMatchingInstancesRequired) Deprecated. -
setAllowedInstanceTypes
Deprecated. -
getFormat
Deprecated. -
getSourceName
Deprecated. -
getTargetName
Deprecated. -
isMatchingClassesRequired
public static boolean isMatchingClassesRequired()Deprecated. -
isMatchingDataPropertiesRequired
public static boolean isMatchingDataPropertiesRequired()Deprecated. -
isMatchingObjectPropertiesRequired
public static boolean isMatchingObjectPropertiesRequired()Deprecated. -
isMatchingInstancesRequired
public static boolean isMatchingInstancesRequired()Deprecated. -
getAllowedInstanceTypes
Deprecated. -
toStringStatic
Deprecated.
-