static enum SweepHullDelaunay2D.Orientation extends Enum<SweepHullDelaunay2D.Orientation>
Enum Constant and Description |
---|
ORIENT_AB_AC |
ORIENT_AB_BA |
ORIENT_AB_CB |
ORIENT_BC_AC |
ORIENT_BC_BA |
ORIENT_BC_CB |
ORIENT_CA_AC |
ORIENT_CA_BA |
ORIENT_CA_CB |
Modifier and Type | Method and Description |
---|---|
static SweepHullDelaunay2D.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SweepHullDelaunay2D.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SweepHullDelaunay2D.Orientation ORIENT_AB_BA
public static final SweepHullDelaunay2D.Orientation ORIENT_AB_CB
public static final SweepHullDelaunay2D.Orientation ORIENT_AB_AC
public static final SweepHullDelaunay2D.Orientation ORIENT_BC_BA
public static final SweepHullDelaunay2D.Orientation ORIENT_BC_CB
public static final SweepHullDelaunay2D.Orientation ORIENT_BC_AC
public static final SweepHullDelaunay2D.Orientation ORIENT_CA_BA
public static final SweepHullDelaunay2D.Orientation ORIENT_CA_CB
public static final SweepHullDelaunay2D.Orientation ORIENT_CA_AC
public static SweepHullDelaunay2D.Orientation[] values()
for (SweepHullDelaunay2D.Orientation c : SweepHullDelaunay2D.Orientation.values()) System.out.println(c);
public static SweepHullDelaunay2D.Orientation 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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.