public static enum SimpleOwlSim.SimConfigurationProperty extends Enum<SimpleOwlSim.SimConfigurationProperty>
Enum Constant and Description |
---|
analysisRelation |
bestOnly
true if only best matches for an entity is to be shown
|
bidirectional
set if bidirectional
|
compare
comma-separated pair of ID prefixes (what precedes the colon in an ID) to
compare.
|
minimumAsymSimJ
The miminum asymmetric simJ threshold for filtering similarity results.
|
minimumLCSIC
The miminum IC threshold for a LCS to count.
|
minimumMaxIC
The miminum MaxIC threshold for filtering similarity results.
|
minimumSimJ
The miminum simJ threshold for filtering similarity results.
|
outputFormat
The output format style.
|
scoringMetrics
a comma delimited list, and values can be drawn from the
SimpleOwlSim.Metric . |
useAllClasses
true if all classes are to be used (not just those with instances)
|
Modifier and Type | Method and Description |
---|---|
String |
defaultValue() |
static SimpleOwlSim.SimConfigurationProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleOwlSim.SimConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleOwlSim.SimConfigurationProperty analysisRelation
public static final SimpleOwlSim.SimConfigurationProperty minimumMaxIC
public static final SimpleOwlSim.SimConfigurationProperty minimumLCSIC
public static final SimpleOwlSim.SimConfigurationProperty minimumSimJ
public static final SimpleOwlSim.SimConfigurationProperty minimumAsymSimJ
public static final SimpleOwlSim.SimConfigurationProperty compare
public static final SimpleOwlSim.SimConfigurationProperty bidirectional
public static final SimpleOwlSim.SimConfigurationProperty bestOnly
public static final SimpleOwlSim.SimConfigurationProperty useAllClasses
public static final SimpleOwlSim.SimConfigurationProperty scoringMetrics
SimpleOwlSim.Metric
.
Default is SIMJ.public static final SimpleOwlSim.SimConfigurationProperty outputFormat
SimpleOwlSim.OutputFormat
. Default is TXT.public static SimpleOwlSim.SimConfigurationProperty[] values()
for (SimpleOwlSim.SimConfigurationProperty c : SimpleOwlSim.SimConfigurationProperty.values()) System.out.println(c);
public static SimpleOwlSim.SimConfigurationProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String defaultValue()
Copyright © 2010–2016. All rights reserved.