public class ContinuousEvaluationFunction<T extends ContinuousEvaluationSection>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<T> |
sections |
protected double |
weight |
Constructor and Description |
---|
ContinuousEvaluationFunction(java.util.ArrayList<T> sections,
double weight) |
Modifier and Type | Method and Description |
---|---|
ContinuousEvaluationSection |
getSection(int sectionNo) |
int |
getSectionCount() |
protected double weight
protected java.util.ArrayList<T extends ContinuousEvaluationSection> sections
public ContinuousEvaluationFunction(java.util.ArrayList<T> sections, double weight)
public int getSectionCount()
public ContinuousEvaluationSection getSection(int sectionNo)
sectionNo
-