public static enum SmallAlgebra.AlgebraType extends java.lang.Enum<SmallAlgebra.AlgebraType>
Enum Constant and Description |
---|
BASIC |
BASIC_LATTICE |
FINITE_FIELD |
FREE |
MATRIX_POWER |
POLIN_LIKE |
POWER |
PRODUCT |
QUOTIENT |
REDUCT |
SUBALGEBRA |
SUBPRODUCT |
UNARY_TERMS_MONOID |
Modifier and Type | Method and Description |
---|---|
static SmallAlgebra.AlgebraType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmallAlgebra.AlgebraType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmallAlgebra.AlgebraType BASIC
public static final SmallAlgebra.AlgebraType BASIC_LATTICE
public static final SmallAlgebra.AlgebraType QUOTIENT
public static final SmallAlgebra.AlgebraType SUBALGEBRA
public static final SmallAlgebra.AlgebraType PRODUCT
public static final SmallAlgebra.AlgebraType POWER
public static final SmallAlgebra.AlgebraType MATRIX_POWER
public static final SmallAlgebra.AlgebraType REDUCT
public static final SmallAlgebra.AlgebraType SUBPRODUCT
public static final SmallAlgebra.AlgebraType FREE
public static final SmallAlgebra.AlgebraType POLIN_LIKE
public static final SmallAlgebra.AlgebraType UNARY_TERMS_MONOID
public static final SmallAlgebra.AlgebraType FINITE_FIELD
public static SmallAlgebra.AlgebraType[] values()
for (SmallAlgebra.AlgebraType c : SmallAlgebra.AlgebraType.values()) System.out.println(c);
public static SmallAlgebra.AlgebraType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2003 Ralph Freese. All Rights Reserved.