Interface ObjectiveValue
- All Known Implementing Classes:
ObjectiveValues.ObjectiveValue1
,ObjectiveValues.ObjectiveValue2
,ObjectiveValues.ObjectiveValueN
public interface ObjectiveValue
-
Method Summary
Modifier and TypeMethodDescriptiondouble
get
(int index) int
getSize()
static ObjectiveValue
of
(double v1) static ObjectiveValue
of
(double[] v) static ObjectiveValue
of
(double v1, double v2)
-
Method Details
-
get
double get(int index) -
getSize
int getSize() -
of
-
of
-
of
-