|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cpsolver.ifs.criteria.AbstractCriterion<Exam,ExamPlacement>
net.sf.cpsolver.exam.criteria.ExamCriterion
net.sf.cpsolver.exam.criteria.StudentDirectConflicts
net.sf.cpsolver.exam.criteria.InstructorDirectConflicts
public class InstructorDirectConflicts
Number of direct instructor conflicts. I.e., number of cases when an
exam is attended by an instructor that attends some other exam at the
same period.
Direct instructor conflict weight can be set by problem property
Exams.InstructorDirectConflictWeight, or in the input xml file, property
instructorDirectConflictWeight.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.cpsolver.ifs.criteria.AbstractCriterion |
|---|
AbstractCriterion.ValueUpdateType |
| Field Summary |
|---|
| Fields inherited from class net.sf.cpsolver.ifs.criteria.AbstractCriterion |
|---|
iBest, iDebug, iValue, iValueUpdateType, iWeight, sDoubleFormat, sPercentFormat |
| Constructor Summary | |
|---|---|
InstructorDirectConflicts()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class net.sf.cpsolver.exam.criteria.ExamCriterion |
|---|
getBounds, getPeriodValue, getRoomValue, getXmlParameters, isPeriodCriterion, isRoomCriterion, setWeight, setXmlParameters |
| Methods inherited from class net.sf.cpsolver.ifs.criteria.AbstractCriterion |
|---|
afterAssigned, 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, variableRemoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstructorDirectConflicts()
| Method Detail |
|---|
public String getWeightName()
AbstractCriterion
getWeightName in class StudentDirectConflictspublic String getXmlWeightName()
ExamCriterion
getXmlWeightName in class StudentDirectConflictspublic double getWeightDefault(DataProperties config)
AbstractCriterionAbstractCriterion.getWeightName() parameter is not present in the criterion).
getWeightDefault in class StudentDirectConflicts
public double getValue(ExamPlacement value,
Set<ExamPlacement> conflicts)
Criterion
getValue in interface Criterion<Exam,ExamPlacement>getValue in class StudentDirectConflictspublic String getName()
Criterion
getName in interface Criterion<Exam,ExamPlacement>getName in class StudentDirectConflictspublic void getInfo(Map<String,String> info)
InfoProvider
getInfo in interface InfoProvider<Exam>getInfo in class StudentDirectConflictspublic String toString()
toString in class StudentDirectConflicts
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||