|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
net.sf.cpsolver.ifs.example.tt | Simple Timetabling Problem. |
Uses of Location in net.sf.cpsolver.ifs.example.tt |
---|
Methods in net.sf.cpsolver.ifs.example.tt that return types with arguments of type Location | |
---|---|
List<Location> |
Activity.computeValues()
|
Methods in net.sf.cpsolver.ifs.example.tt with parameters of type Location | |
---|---|
void |
Resource.assigned(long iteration,
Location location)
|
void |
Resource.computeConflicts(Location location,
Set<Location> conflicts)
|
void |
Dependence.computeConflicts(Location location,
Set<Location> conflicts)
|
boolean |
Location.hasIntersection(Location location)
Returns true if the location intersects with another location. |
boolean |
Resource.inConflict(Location location)
|
boolean |
Dependence.inConflict(Location location)
|
boolean |
Resource.isConsistent(Location l1,
Location l2)
|
boolean |
Dependence.isConsistent(Location l1,
Location l2)
|
void |
Resource.unassigned(long iteration,
Location location)
|
Method parameters in net.sf.cpsolver.ifs.example.tt with type arguments of type Location | |
---|---|
void |
Resource.computeConflicts(Location location,
Set<Location> conflicts)
|
void |
Dependence.computeConflicts(Location location,
Set<Location> conflicts)
|
void |
TimetableModel.saveAsXML(DataProperties cfg,
boolean gen,
Solution<Activity,Location> solution,
File outFile)
|
void |
Resource.setModel(Model<Activity,Location> model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |