Mon UML



public class App
{

myEmprunt myAdherent myLivre myExemplaires myExemplaireLivre App Emprunt Livre ExemplaireLivre Adherent ;

public void emprunter()
{
//TODO
}

public void identifierAdherent()
{
//TODO
}

public int identifierLivre( Parameter2)
{
//TODO
}


}
public class Emprunt
{

myEmprunt myAdherent myLivre myExemplaires myExemplaireLivre App Emprunt Livre ExemplaireLivre Adherent ;
public String date;

public creerEmprunt( emprunteur, eLDisponible)
{
//TODO
}

public void saisirInfos()
{
//TODO
}

public void sauvegarder()
{
//TODO
}


}
public class Livre
{

myEmprunt myAdherent myLivre myExemplaires myExemplaireLivre App Emprunt Livre ExemplaireLivre Adherent ;

public void chargerLivre()
{
//TODO
}

public void chargerExemplairesDisponibles()
{
//TODO
}

public void choisirExemplaire()
{
//TODO
}


}
public class ExemplaireLivre
{

myEmprunt myAdherent myLivre myExemplaires myExemplaireLivre App Emprunt Livre ExemplaireLivre Adherent ;

public void creerExemplaireLivre()
{
//TODO
}

public void setIndisponible()
{
//TODO
}

public void sauvegarder()
{
//TODO
}


}
public class Adherent
{

myEmprunt myAdherent myLivre myExemplaires myExemplaireLivre App Emprunt Livre ExemplaireLivre Adherent ;

public chargerAdherent()
{
//TODO
}

public droitEmprunter()
{
//TODO
}

public void incrementerLE()
{
//TODO
}

public void sauvegarder()
{
//TODO
}


}