|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.cpsolver.ifs.model.Constraint<Operation,Location>
net.sf.cpsolver.ifs.example.jobshop.Machine
public class Machine
Machine constraint.
Each machine contians a given set of operations (variables). A machine
constraint is satisfied, if all operations on it do not overlap in time.
Field Summary |
---|
Fields inherited from class net.sf.cpsolver.ifs.model.Constraint |
---|
iAssignedVariables, iConstraintListeners, iId |
Constructor Summary | |
---|---|
Machine(int machineNumber)
Constructor |
Method Summary | |
---|---|
void |
computeConflicts(Location location,
Set<Location> conflicts)
Adds conflicting operations into the set of conflicts. |
int |
getMachineNumber()
Get machine number |
String |
getName()
Name of the machine (e.g. |
boolean |
inConflict(Location location)
True if there is an operation from the machine which violates with the given assignment. |
boolean |
isConsistent(Location value1,
Location value2)
True if the two assignments (placement of opeartions of the machine in time) violates each other. |
String |
toString()
string representation -- for debuging and printing purposes |
Methods inherited from class net.sf.cpsolver.ifs.model.Constraint |
---|
addConstraintListener, addVariable, assigned, assignedVariables, compareTo, constraintListeners, countAssignedVariables, countVariables, equals, getDescription, getId, getModel, hashCode, isHard, removeConstraintListener, removeVariable, setModel, unassigned, variables |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Machine(int machineNumber)
machineNumber
- machine numberMethod Detail |
---|
public int getMachineNumber()
public void computeConflicts(Location location, Set<Location> conflicts)
computeConflicts
in class Constraint<Operation,Location>
location
- value to be assigned to its varaibleconflicts
- resultant set of conflicting valuespublic boolean inConflict(Location location)
inConflict
in class Constraint<Operation,Location>
public boolean isConsistent(Location value1, Location value2)
isConsistent
in class Constraint<Operation,Location>
public String toString()
toString
in class Object
public String getName()
getName
in class Constraint<Operation,Location>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |