public class Monotonocity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INFLECTION
NON MONOTONE - INFLECTION
|
static int |
MAXIMA
NON MONOTONE - MAXIMA
|
static int |
MINIMA
NON MONOTONE - MINIMA
|
static int |
MONOTONIC
MONOTONIC
|
static int |
NON_MONOTONIC
NON-MONOTONIC
|
Constructor and Description |
---|
Monotonocity(int iMonotoneType)
Monotonocity constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
int |
type()
Retrieve the Monotone Type
|
public static final int MONOTONIC
public static final int NON_MONOTONIC
public static final int MINIMA
public static final int MAXIMA
public static final int INFLECTION