public class InstructorDirectConflicts extends StudentDirectConflicts
AbstractCriterion.ValueContext, AbstractCriterion.ValueUpdateTypeiBest, iDebug, iWeight, sDoubleFormat, sPercentFormatsMaxSize| Constructor and Description |
|---|
InstructorDirectConflicts() |
| Modifier and Type | Method and Description |
|---|---|
void |
getInfo(Assignment<Exam,ExamPlacement> assignment,
Map<String,String> info)
Adds some information into the table with information about the solution
|
String |
getName()
Criterion name
|
double |
getValue(Assignment<Exam,ExamPlacement> assignment,
Collection<Exam> variables)
Value of a part of the problem (given by the collection of variables)
|
double |
getValue(Assignment<Exam,ExamPlacement> assignment,
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(Assignment<Exam,ExamPlacement> assignment)
Simple text representation of the criterion and its value.
|
getBounds, getPeriodValue, getRoomValue, getXmlParameters, isPeriodCriterion, isRoomCriterion, setWeight, setXmlParametersafterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, bestRestored, bestSaved, clearCache, computeBounds, configure, constraintAdded, constraintRemoved, createAssignmentContext, getAbbreviation, getAssignmentContextReference, getBest, getBounds, getBounds, getBounds, getContext, getContext, getExtendedInfo, getInfo, getModel, getPerc, getPercentage, getPercRev, getValue, getValue, getValue, getValueUpdateType, getWeight, getWeightedBest, getWeightedValue, getWeightedValue, getWeightedValue, getWeightedValue, getWeightedValue, getWeightedValue, inc, inc, init, setAssignmentContextReference, setModel, setValueUpdateType, variableAdded, variableRemovedpublic InstructorDirectConflicts()
public String getWeightName()
AbstractCriteriongetWeightName in class StudentDirectConflictspublic String getXmlWeightName()
ExamCriteriongetXmlWeightName in class StudentDirectConflictspublic double getWeightDefault(DataProperties config)
AbstractCriterionAbstractCriterion.getWeightName() parameter is not present in the criterion).getWeightDefault in class StudentDirectConflictsconfig - solver configurationpublic double getValue(Assignment<Exam,ExamPlacement> assignment, ExamPlacement value, Set<ExamPlacement> conflicts)
CriteriongetValue in interface Criterion<Exam,ExamPlacement>getValue in class StudentDirectConflictsassignment - current assignmentvalue - given valueconflicts - values conflicting with the given valuepublic double getValue(Assignment<Exam,ExamPlacement> assignment, Collection<Exam> variables)
CriteriongetValue in interface Criterion<Exam,ExamPlacement>getValue in class StudentDirectConflictsassignment - current assignmentvariables - list of problem variablespublic String getName()
CriteriongetName in interface Criterion<Exam,ExamPlacement>getName in class StudentDirectConflictspublic void getInfo(Assignment<Exam,ExamPlacement> assignment, Map<String,String> info)
InfoProvidergetInfo in interface InfoProvider<Exam,ExamPlacement>getInfo in class StudentDirectConflictsassignment - current assignmentinfo - info tablepublic String toString(Assignment<Exam,ExamPlacement> assignment)
AbstractCriterionAbstractCriterion.getAbbreviation()
and x is the current value AbstractCriterion.getValue(Assignment).toString in interface Criterion<Exam,ExamPlacement>toString in class StudentDirectConflictsassignment - current assignment