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