public static enum Pipeline.Property extends Enum<Pipeline.Property>
| Enum Constant and Description |
|---|
CACHING |
ENCODING |
ENTITIES |
LANGUAGE |
STAGES |
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<List<NlpStage>,java.util.function.Function<List<NamedEntity.Category>,java.util.function.Function<Boolean,Properties>>> |
build |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static Pipeline.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pipeline.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pipeline.Property STAGES
public static final Pipeline.Property ENTITIES
public static final Pipeline.Property CACHING
public static final Pipeline.Property LANGUAGE
public static final Pipeline.Property ENCODING
public static java.util.function.Function<List<NlpStage>,java.util.function.Function<List<NamedEntity.Category>,java.util.function.Function<Boolean,Properties>>> build
public static Pipeline.Property[] values()
for (Pipeline.Property c : Pipeline.Property.values()) System.out.println(c);
public static Pipeline.Property 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 String getName()
Copyright © 2020–2022 ICIJ. All rights reserved.