public class InstructorBackToBackConflicts extends StudentBackToBackConflicts
ExamPeriod.prev() or following
ExamPeriod.next() period. If
StudentBackToBackConflicts.isDayBreakBackToBack() is false, back-to-back conflicts
are only considered between consecutive periods that are of the same day.
AbstractCriterion.ValueUpdateTypeiBest, iDebug, iValue, iValueUpdateType, iWeight, sDoubleFormat, sPercentFormat| Constructor and Description |
|---|
InstructorBackToBackConflicts() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getInfo, getXmlParameters, init, isDayBreakBackToBack, setDayBreakBackToBack, setXmlParametersgetBounds, getPeriodValue, getRoomValue, isPeriodCriterion, isRoomCriterion, setWeightafterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, bestRestored, bestSaved, clearCache, computeBounds, constraintAdded, constraintRemoved, getBest, getBounds, getInfo, getModel, getPerc, getPercRev, getValue, getValue, getWeight, getWeightedBest, getWeightedValue, getWeightedValue, getWeightedValue, inc, variableAdded, variableRemovedpublic InstructorBackToBackConflicts()
public String getWeightName()
AbstractCriteriongetWeightName in class StudentBackToBackConflictspublic String getXmlWeightName()
ExamCriteriongetXmlWeightName in class StudentBackToBackConflictspublic double getWeightDefault(DataProperties config)
AbstractCriterionAbstractCriterion.getWeightName() parameter is not present in the criterion).getWeightDefault in class StudentBackToBackConflictspublic double getValue(ExamPlacement value, Set<ExamPlacement> conflicts)
CriteriongetValue in interface Criterion<Exam,ExamPlacement>getValue in class StudentBackToBackConflictspublic String getName()
CriteriongetName in interface Criterion<Exam,ExamPlacement>getName in class StudentBackToBackConflictspublic String toString()
toString in class StudentBackToBackConflicts