Package | Description |
---|---|
org.tencompetence.portlet.pdp.beans |
Provides classes as beans used by the PDP.
|
org.tencompetence.portlet.pdp.controllers |
Provides controllers for use in the PDP.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Gap> |
PdpBuildPlan.getGapList()
Gets the list of competence gaps.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PathListEntry.providesLevel(Gap gap)
Checks if the plan covers the gap by providing at least the required competence level.
|
Constructor and Description |
---|
PathListEntry(org.tencompetence.business.model.learningpath.ILearningPath path,
java.util.List<Gap> gaps)
Instantiates a new path data.
|