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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static String
Deprecated.static String
Deprecated.static String
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static void
Deprecated.static void
setAllowedInstanceTypes
(Set<String> aAllowedInstanceTypes) Deprecated.static void
Deprecated.static void
setMatchingClassesRequired
(boolean aMatchingClassesRequired) Deprecated.static void
setMatchingDataPropertiesRequired
(boolean aMatchingDataPropertiesRequired) Deprecated.static void
setMatchingInstancesRequired
(boolean aMatchingInstancesRequired) Deprecated.static void
setMatchingObjectPropertiesRequired
(boolean aMatchingObjectPropertiesRequired) Deprecated.static void
setSourceName
(String aSourceName) Deprecated.static void
setTargetName
(String aTargetName) Deprecated.static String
Deprecated.
-
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.
-