Serializable
, Comparable<TruthFunctions.EnumType>
public static enum TruthFunctions.EnumType extends Enum<TruthFunctions.EnumType>
Enum Constant | Description |
---|---|
ABDUCTION |
|
ANALOGY |
|
ANONYMOUSANALOGY |
|
COMPARISON |
|
DEDUCTION |
|
DESIREDED |
|
DESIREIND |
|
DESIRESTRONG |
|
DESIREWEAK |
|
EXEMPLIFICATION |
|
REDUCECONJUNCTION |
|
REDUCECONJUNCTIONNEG |
|
REDUCEDISJUNCTION |
|
REDUCEDISJUNCTIONREV |
|
RESEMBLENCE |
Modifier and Type | Method | Description |
---|---|---|
static TruthFunctions.EnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TruthFunctions.EnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TruthFunctions.EnumType DESIREDED
public static final TruthFunctions.EnumType DESIREIND
public static final TruthFunctions.EnumType DESIREWEAK
public static final TruthFunctions.EnumType DESIRESTRONG
public static final TruthFunctions.EnumType COMPARISON
public static final TruthFunctions.EnumType ANALOGY
public static final TruthFunctions.EnumType ANONYMOUSANALOGY
public static final TruthFunctions.EnumType DEDUCTION
public static final TruthFunctions.EnumType EXEMPLIFICATION
public static final TruthFunctions.EnumType ABDUCTION
public static final TruthFunctions.EnumType RESEMBLENCE
public static final TruthFunctions.EnumType REDUCECONJUNCTION
public static final TruthFunctions.EnumType REDUCEDISJUNCTION
public static final TruthFunctions.EnumType REDUCEDISJUNCTIONREV
public static final TruthFunctions.EnumType REDUCECONJUNCTIONNEG
public static TruthFunctions.EnumType[] values()
for (TruthFunctions.EnumType c : TruthFunctions.EnumType.values()) System.out.println(c);
public static TruthFunctions.EnumType 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 nullCopyright © 2020 OpenNARS. All rights reserved.