<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_342) on Mon Oct 31 13:26:48 CET 2022 --> <title>GroupeNP</title> <meta name="date" content="2022-10-31"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="GroupeNP"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/EtudiantNP.html" title="class in fr.iutfbleau.projetIHM2022FI2.MNP"><span class="typeNameLink">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html" target="_top">Frames</a></li> <li><a href="GroupeNP.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li>Field | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">fr.iutfbleau.projetIHM2022FI2.MNP</div> <h2 title="Class GroupeNP" class="title">Class GroupeNP</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>fr.iutfbleau.projetIHM2022FI2.MNP.GroupeNP</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a>, <a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/MonPrint.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">MonPrint</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">GroupeNP</span> extends java.lang.Object implements <a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></pre> <div class="block">Un groupe</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#GroupeNP-fr.iutfbleau.projetIHM2022FI2.API.Groupe-">GroupeNP</a></span>(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> pere)</code> <div class="block">Nouveau groupe de type PARTITION dupliquant le groupe passé en paramètre (pour servir de racine à une partition de ce groupe de type FREE passé en paramètre).</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#GroupeNP-fr.iutfbleau.projetIHM2022FI2.API.Groupe-java.lang.String-int-int-">GroupeNP</a></span>(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> pere, java.lang.String name, int min, int max)</code> <div class="block">Nouveau groupe vide de type FREE sans étudiants, sans sous-Groupe</div> </td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#GroupeNP-java.lang.String-int-int-">GroupeNP</a></span>(java.lang.String name, int min, int max)</code> <div class="block">Nouveau groupe vide de type ROOT sans étudiants, sans sous-Groupe</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#addEtudiant-fr.iutfbleau.projetIHM2022FI2.API.Etudiant-">addEtudiant</a></span>(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Etudiant.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Etudiant</a> e)</code> <div class="block">Ajoute un étudiant.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#addSousGroupe-fr.iutfbleau.projetIHM2022FI2.API.Groupe-">addSousGroupe</a></span>(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> g)</code> <div class="block">Ajoute un sous-groupe.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.util.Set<<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Etudiant.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Etudiant</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getEtudiants--">getEtudiants</a></span>()</code> <div class="block">Potentiellement "vide" Attention nous renvoyons l'ensemble sans le copier</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getId--">getId</a></span>()</code> <div class="block">permet de récupérer l'identifiant d'un groupe (référence interne sans intérêt irl).</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getMax--">getMax</a></span>()</code> <div class="block">permet de récupérer le nombre maximum d'étudiants souhaités dans un groupe.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getMin--">getMin</a></span>()</code> <div class="block">permet de récupérer le nombre minimum d'étudiants souhaités dans le groupe.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getName--">getName</a></span>()</code> <div class="block">permet de récupérer le nom d'un groupe (utile irl).</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getPointPoint--">getPointPoint</a></span>()</code> <div class="block">permet de récupérer le groupe père un groupe racine devrait retourner lui-même</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getSize--">getSize</a></span>()</code> <div class="block">permet de récupérer le nombre d'étudiants dans ce groupe.</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>java.util.Set<<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getSousGroupes--">getSousGroupes</a></span>()</code> <div class="block">Potentiellement "vide" Attention nous renvoyons l'ensemble sans le copier</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/TypeGroupe.html" title="enum in fr.iutfbleau.projetIHM2022FI2.API">TypeGroupe</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#getType--">getType</a></span>()</code> <div class="block">permet de récupérer la nature du groupe</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#removeEtudiant-fr.iutfbleau.projetIHM2022FI2.API.Etudiant-">removeEtudiant</a></span>(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Etudiant.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Etudiant</a> e)</code> <div class="block">Enlève un étudiant.</div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html#removeSousGroupe-fr.iutfbleau.projetIHM2022FI2.API.Groupe-">removeSousGroupe</a></span>(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> g)</code> <div class="block">Enlève un groupe.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.fr.iutfbleau.projetIHM2022FI2.API.Groupe"> <!-- --> </a> <h3>Methods inherited from interface fr.iutfbleau.projetIHM2022FI2.API.<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></h3> <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#monPrint--">monPrint</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="GroupeNP-java.lang.String-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GroupeNP</h4> <pre>public GroupeNP(java.lang.String name, int min, int max)</pre> <div class="block">Nouveau groupe vide de type ROOT sans étudiants, sans sous-Groupe</div> </li> </ul> <a name="GroupeNP-fr.iutfbleau.projetIHM2022FI2.API.Groupe-java.lang.String-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GroupeNP</h4> <pre>public GroupeNP(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> pere, java.lang.String name, int min, int max)</pre> <div class="block">Nouveau groupe vide de type FREE sans étudiants, sans sous-Groupe</div> </li> </ul> <a name="GroupeNP-fr.iutfbleau.projetIHM2022FI2.API.Groupe-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>GroupeNP</h4> <pre>public GroupeNP(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> pere)</pre> <div class="block">Nouveau groupe de type PARTITION dupliquant le groupe passé en paramètre (pour servir de racine à une partition de ce groupe de type FREE passé en paramètre).</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addEtudiant-fr.iutfbleau.projetIHM2022FI2.API.Etudiant-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addEtudiant</h4> <pre>public boolean addEtudiant(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Etudiant.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Etudiant</a> e)</pre> <div class="block">Ajoute un étudiant. Se comporte comme add de l'interface Set.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#addEtudiant-fr.iutfbleau.projetIHM2022FI2.API.Etudiant-">addEtudiant</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true iff e est ajouté</dd> </dl> </li> </ul> <a name="removeEtudiant-fr.iutfbleau.projetIHM2022FI2.API.Etudiant-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeEtudiant</h4> <pre>public boolean removeEtudiant(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Etudiant.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Etudiant</a> e)</pre> <div class="block">Enlève un étudiant. Se comporte comme remove de l'interface Set.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#removeEtudiant-fr.iutfbleau.projetIHM2022FI2.API.Etudiant-">removeEtudiant</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true iff e est enlevé</dd> </dl> </li> </ul> <a name="addSousGroupe-fr.iutfbleau.projetIHM2022FI2.API.Groupe-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addSousGroupe</h4> <pre>public boolean addSousGroupe(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> g)</pre> <div class="block">Ajoute un sous-groupe. Se comporte comme add de l'interface Set. vérifie que le groupe passé en argument a bien renseigné this comme son père.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#addSousGroupe-fr.iutfbleau.projetIHM2022FI2.API.Groupe-">addSousGroupe</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true iff g est ajouté</dd> </dl> </li> </ul> <a name="removeSousGroupe-fr.iutfbleau.projetIHM2022FI2.API.Groupe-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeSousGroupe</h4> <pre>public boolean removeSousGroupe(<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> g)</pre> <div class="block">Enlève un groupe. Se comporte comme remove de l'interface Set.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#removeSousGroupe-fr.iutfbleau.projetIHM2022FI2.API.Groupe-">removeSousGroupe</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true iff e est enlevé</dd> </dl> </li> </ul> <a name="getId--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getId</h4> <pre>public int getId()</pre> <div class="block">permet de récupérer l'identifiant d'un groupe (référence interne sans intérêt irl).</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getId--">getId</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>l'identifiant.</dd> </dl> </li> </ul> <a name="getName--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getName</h4> <pre>public java.lang.String getName()</pre> <div class="block">permet de récupérer le nom d'un groupe (utile irl).</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getName--">getName</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>le nom.</dd> </dl> </li> </ul> <a name="getMin--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMin</h4> <pre>public int getMin()</pre> <div class="block">permet de récupérer le nombre minimum d'étudiants souhaités dans le groupe.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getMin--">getMin</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>le minimum souhaité</dd> </dl> </li> </ul> <a name="getMax--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMax</h4> <pre>public int getMax()</pre> <div class="block">permet de récupérer le nombre maximum d'étudiants souhaités dans un groupe.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getMax--">getMax</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>le maximum souhaité</dd> </dl> </li> </ul> <a name="getSize--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSize</h4> <pre>public int getSize()</pre> <div class="block">permet de récupérer le nombre d'étudiants dans ce groupe.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getSize--">getSize</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>le nombre de places prises (pas forcément limité entre Min et Max, mais c'est le but)</dd> </dl> </li> </ul> <a name="getType--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getType</h4> <pre>public <a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/TypeGroupe.html" title="enum in fr.iutfbleau.projetIHM2022FI2.API">TypeGroupe</a> getType()</pre> <div class="block">permet de récupérer la nature du groupe</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getType--">getType</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>le type du groupe</dd> </dl> </li> </ul> <a name="getPointPoint--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPointPoint</h4> <pre>public <a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a> getPointPoint()</pre> <div class="block">permet de récupérer le groupe père un groupe racine devrait retourner lui-même</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getPointPoint--">getPointPoint</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>le père</dd> </dl> </li> </ul> <a name="getSousGroupes--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSousGroupes</h4> <pre>public java.util.Set<<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a>> getSousGroupes()</pre> <div class="block">Potentiellement "vide" Attention nous renvoyons l'ensemble sans le copier</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getSousGroupes--">getSousGroupes</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>l'ensemble des sous-groupes.</dd> </dl> </li> </ul> <a name="getEtudiants--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getEtudiants</h4> <pre>public java.util.Set<<a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Etudiant.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Etudiant</a>> getEtudiants()</pre> <div class="block">Potentiellement "vide" Attention nous renvoyons l'ensemble sans le copier</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html#getEtudiants--">getEtudiants</a></code> in interface <code><a href="../../../../fr/iutfbleau/projetIHM2022FI2/API/Groupe.html" title="interface in fr.iutfbleau.projetIHM2022FI2.API">Groupe</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>l'ensemble des étudiants.</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../fr/iutfbleau/projetIHM2022FI2/MNP/EtudiantNP.html" title="class in fr.iutfbleau.projetIHM2022FI2.MNP"><span class="typeNameLink">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?fr/iutfbleau/projetIHM2022FI2/MNP/GroupeNP.html" target="_top">Frames</a></li> <li><a href="GroupeNP.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li>Field | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>