public enum GlushkovAnalyzerOption extends Enum<GlushkovAnalyzerOption>
| Modifier and Type | Method and Description |
|---|---|
boolean |
in(GlushkovAnalyzerOption[] options) |
static GlushkovAnalyzerOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlushkovAnalyzerOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlushkovAnalyzerOption SELF_LOOP
public static final GlushkovAnalyzerOption FACTORS
public static GlushkovAnalyzerOption[] values()
for (GlushkovAnalyzerOption c : GlushkovAnalyzerOption.values()) System.out.println(c);
public static GlushkovAnalyzerOption 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 boolean in(GlushkovAnalyzerOption[] options)
Copyright © 2017. All rights reserved.