| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| CoreProgram |
|
| 0.0;0 |
| 1 | package org.kuali.student.r2.lum.program.infc; | |
| 2 | ||
| 3 | /** | |
| 4 | * Detailed information about a core program requirements associated with | |
| 5 | * Credential Programs. | |
| 6 | * | |
| 7 | * Core program requirements are often referred to as General Education Requirements | |
| 8 | * or university requirements. | |
| 9 | * | |
| 10 | * Core program requirements may also be associated with a school within the university. | |
| 11 | * | |
| 12 | * @author Kuali Student Team (Sambit) | |
| 13 | */ | |
| 14 | public interface CoreProgram extends CommonWithCoreProgram { | |
| 15 | ||
| 16 | } |