|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subpart | |
|---|---|
| net.sf.cpsolver.studentsct | Student Sectioning Solver. |
| net.sf.cpsolver.studentsct.model | Student Sectioning: Model. |
| Uses of Subpart in net.sf.cpsolver.studentsct |
|---|
| Methods in net.sf.cpsolver.studentsct with parameters of type Subpart | |
|---|---|
double |
StudentPreferencePenalties.getMaxPenalty(Subpart subpart)
Maximal penalty of a subpart |
double |
StudentPreferencePenalties.getMinPenalty(Subpart subpart)
Minimal penalty of a subpart |
| Uses of Subpart in net.sf.cpsolver.studentsct.model |
|---|
| Methods in net.sf.cpsolver.studentsct.model that return Subpart | |
|---|---|
Subpart |
Subpart.getParent()
Parent subpart, if parent-child relation is defined between subparts |
Subpart |
Section.getSubpart()
Scheduling subpart to which this section belongs |
Subpart |
CourseRequest.getSubpart(long subpartId)
Return subpart of the requested courses with the given id |
| Methods in net.sf.cpsolver.studentsct.model with parameters of type Subpart | |
|---|---|
boolean |
Subpart.isParentOf(Subpart subpart)
True, if this subpart is parent (or parent of a parent etc.) of the given subpart |
| Constructors in net.sf.cpsolver.studentsct.model with parameters of type Subpart | |
|---|---|
Section(long id,
int limit,
String name,
Subpart subpart,
Placement placement,
String instructorIds,
String instructorNames,
Section parent)
Constructor |
|
Subpart(long id,
String itype,
String name,
Config config,
Subpart parent)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||