Télécharger au format pdf ou txt
Télécharger au format pdf ou txt
Vous êtes sur la page 1sur 1

Semestre EM Nature

+ code_EM: String
+ annee: Date + intitule_EM: String + type: String
+ code_Semestre: String + credit: Int + nombre_Heures: float

+ getCode_EM(): String
+ getAnnee(): Date + getintitule_EM(): String + getType(): String
+ getCode_Semestre(): String + getCredit(): Int + getNombre_Heures(): float
+ setAnnee(annee: Date): Void + setCode_EM(Code_EM: String): Void + setType(type: String): Void
+ setCode_Semestre(Code_Semestre: String): Void + setIntitule_EM(intitule_EM: String): Void + setNombre_Heures(nombre_Heures: float): float
+setCredit(credit: int): Void

Realisation Planification

+ semestre: Semestre + semestre: Semestre


+ date_modification: Date (Auto) + date_Ajout: Date (Auto)
+ donnees: {Nature: (Professeur, Int)} + donnees: {Nature: (Professeur, Int)}

Professeur

+ nom: String
+ prenom: String
+ mail: String
+ responsabilites: Responsabilite[]

+ getNom(): String
+ getPrenom(): String
+ getNomComplet(): String
+ setNom(nom : String): Void
+ setPrenom(prenom: String): Void
+ setMail(mail: String): Void
+ setResponsabilites(responsabilites: Responsabilite[]): Void
+ chargeAnuelle(): float
+ chargeRealise(): float

Responsabilite

+ intitule_Resp: String
Structure Staut
+ description_Resp: String
+ charge: float
+ intitule_Structure: String + intitule_Statut: String
+ description_Structure: String + description_Staut: String
+ getIntitule_Resp(): String
+ getDescription_Resp(): String
+ getIntitule_Structure(): String + getIntitule_Statut(): String
+ getCharge(): float
+ getDescription_Structure(): String + getDescription_Staut(): String
+ setIntitule_Resp(intitule_Resp: String): Void
+ setIntitule_Structure(intitule_Structure: String): Void + setIntitule_Statut(intitule_Statut: String): Void
+ setDescription_Resp(description_Statut: String): Void
+ setDescription_Structure(description_Structure: String): Void + setDescription_Staut(description_Statut: String): Void
+ setCharge(charge: float): Void

Vous aimerez peut-être aussi