public enum AbsorptionActions extends Enum<AbsorptionActions>
| Enum Constant and Description |
|---|
B
absorb bottom action
|
C
absorb in concept action
|
E
process simplified CN axiom action
|
F
process simplified forall axiom action
|
FA
absorb in concept forall action
|
N
absorb in concept negation action
|
R
absorb into domain axiom action
|
S
split axiom action
|
T
absorb top action
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
execute(Axiom ax,
AxiomSet tb) |
static AbsorptionActions |
get(char ch) |
static AbsorptionActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbsorptionActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbsorptionActions B
public static final AbsorptionActions T
public static final AbsorptionActions E
public static final AbsorptionActions C
public static final AbsorptionActions N
public static final AbsorptionActions FA
public static final AbsorptionActions F
public static final AbsorptionActions R
public static final AbsorptionActions S
public static AbsorptionActions[] values()
for (AbsorptionActions c : AbsorptionActions.values()) System.out.println(c);
public static AbsorptionActions 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 static AbsorptionActions get(char ch)
ch - chCopyright © 2018 The University of Manchester. All rights reserved.