public static enum SectorAnnotator.SegmentationMethod extends Enum<SectorAnnotator.SegmentationMethod>
| Enum Constant and Description |
|---|
BEMD |
BEMD_FIXED |
EMD |
GOLD |
MAX |
NL |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static SectorAnnotator.SegmentationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectorAnnotator.SegmentationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SectorAnnotator.SegmentationMethod NONE
public static final SectorAnnotator.SegmentationMethod GOLD
public static final SectorAnnotator.SegmentationMethod NL
public static final SectorAnnotator.SegmentationMethod MAX
public static final SectorAnnotator.SegmentationMethod EMD
public static final SectorAnnotator.SegmentationMethod BEMD
public static final SectorAnnotator.SegmentationMethod BEMD_FIXED
public static SectorAnnotator.SegmentationMethod[] values()
for (SectorAnnotator.SegmentationMethod c : SectorAnnotator.SegmentationMethod.values()) System.out.println(c);
public static SectorAnnotator.SegmentationMethod 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 © 2019. All rights reserved.