public class StudentMoreThan2ADayConflicts extends ExamCriterion
AbstractCriterion.ValueUpdateTypeiBest, iDebug, iValue, iValueUpdateType, iWeight, sDoubleFormat, sPercentFormat| Constructor and Description |
|---|
StudentMoreThan2ADayConflicts() |
| Modifier and Type | Method and Description |
|---|---|
void |
getInfo(Map<String,String> info)
Adds some information into the table with information about the solution
|
String |
getName()
Criterion name
|
double |
getValue(ExamPlacement value,
Set<ExamPlacement> conflicts)
Value of a proposed assignment (including hard conflicts)
|
double |
getWeightDefault(DataProperties config)
Defines default weight (when
AbstractCriterion.getWeightName() parameter is not present in the criterion). |
String |
getWeightName()
Defines weight name (to be used to get the criterion weight from the configuration).
|
String |
getXmlWeightName()
Name of the weight parameter in the parameters section of the examination XML file.
|
String |
toString() |
getBounds, getPeriodValue, getRoomValue, getXmlParameters, isPeriodCriterion, isRoomCriterion, setWeight, setXmlParametersafterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, bestRestored, bestSaved, clearCache, computeBounds, constraintAdded, constraintRemoved, getBest, getBounds, getInfo, getModel, getPerc, getPercRev, getValue, getValue, getWeight, getWeightedBest, getWeightedValue, getWeightedValue, getWeightedValue, inc, init, variableAdded, variableRemovedpublic StudentMoreThan2ADayConflicts()
public String getWeightName()
AbstractCriteriongetWeightName in class ExamCriterionpublic double getWeightDefault(DataProperties config)
AbstractCriterionAbstractCriterion.getWeightName() parameter is not present in the criterion).getWeightDefault in class AbstractCriterion<Exam,ExamPlacement>public double getValue(ExamPlacement value, Set<ExamPlacement> conflicts)
Criterionpublic String getName()
CriteriongetName in interface Criterion<Exam,ExamPlacement>getName in class AbstractCriterion<Exam,ExamPlacement>public String getXmlWeightName()
ExamCriteriongetXmlWeightName in class ExamCriterionpublic void getInfo(Map<String,String> info)
InfoProvidergetInfo in interface InfoProvider<Exam>getInfo in class ExamCriterion