|
WebCab Optimization v2.6 (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.webcab.ejb.math.optimization.unidimensional.Extremum
This class encapsulates the value and the type of an extremum.
| Field Summary | |
static int |
MAXIMUM
A constant representing a maximum. |
static int |
MINIMUM
A constant representing a minimum. |
int |
type
The type of the extremum. |
double |
value
The value of the extremum. |
| Constructor Summary | |
Extremum()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int type
public double value
public static int MINIMUM
public static int MAXIMUM
| Constructor Detail |
public Extremum()
|
WebCab Optimization v2.6 (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||