File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
src/main/java/fr/umontp/edt Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2121 *
2222 * @author emerick-biron
2323 * @author MathieuSoysal
24- * @version 1.3 .0
24+ * @version 1.4 .0
2525 * @see Iterable
2626 * @see Planifiable
2727 * @see Cours
@@ -119,6 +119,16 @@ public Planning getPlanningOf(Professeur... professeurs) {
119119 return result ;
120120 }
121121
122+ /**
123+ * Permet d'obtenir le planning correspondant au {@link PlanningFiltreur}
124+ *
125+ * @param planningFiltreur filtrant le planning
126+ * @return planning correspondant au filtre
127+ * @since 1.4.0
128+ *
129+ * @see PlanningFiltreur
130+ * @see Planning
131+ */
122132 public Planning getPlanningOf (PlanningFiltreur planningFiltreur ) {
123133 Planning result = new Planning (cours );
124134 if (planningFiltreur .getDates () != null )
You can’t perform that action at this time.
0 commit comments