public static enum PostprocessingFilter.Mode extends Enum<PostprocessingFilter.Mode>
| Modifier and Type | Method and Description |
|---|---|
abstract List<String> |
process(List<String> predLabels,
List<Unit> units) |
static PostprocessingFilter.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostprocessingFilter.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostprocessingFilter.Mode BIOMED
public static final PostprocessingFilter.Mode MEDICAL
public static PostprocessingFilter.Mode[] values()
for (PostprocessingFilter.Mode c : PostprocessingFilter.Mode.values()) System.out.println(c);
public static PostprocessingFilter.Mode 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 © 2018 JULIE Lab Jena, Germany. All rights reserved.