|
|
@ -7,8 +7,8 @@ classDiagram
|
|
|
|
+ PremierEp : int
|
|
|
|
+ PremierEp : int
|
|
|
|
+ Description : string
|
|
|
|
+ Description : string
|
|
|
|
+ Caracteristique : string
|
|
|
|
+ Caracteristique : string
|
|
|
|
+ Bateau(nom : string, nomRomanise : string, premierChap : int, premierEp : int,\n description : string, caracteristique : string, image : string)
|
|
|
|
+ Bateau(nom : string, nomRomanise : string, premierChap : int, premierEp : int, description : string, caracteristique : string, image : string)
|
|
|
|
+ Bateau(nom : string, nomRomanise : string, affiliation : Equipage , premierChap : int,\n premierEp : int, description : string, caracteristique : string, image : string)
|
|
|
|
+ Bateau(nom : string, nomRomanise : string, affiliation : Equipage , premierChap : int, premierEp : int, description : string, caracteristique : string, image : string)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class Bestiaire {
|
|
|
|
class Bestiaire {
|
|
|
@ -36,8 +36,8 @@ classDiagram
|
|
|
|
+ Description : string
|
|
|
|
+ Description : string
|
|
|
|
+ Forces : string
|
|
|
|
+ Forces : string
|
|
|
|
+ Faiblesses : string
|
|
|
|
+ Faiblesses : string
|
|
|
|
+ FruitDuDemon(nom : string, nomRomanise : string, type : string,\n premierChap : int, premierEp : int, description : string,\n forces : string, faiblesses : string, image : string)
|
|
|
|
+ FruitDuDemon(nom : string, nomRomanise : string, type : string, premierChap : int, premierEp : int, description : string, forces : string, faiblesses : string, image : string)
|
|
|
|
+ FruitDuDemon(nom : string, nomRomanise : string, type : string,\n premierChap : int, premierEp : int, description : string, forces : string,\n faiblesses : string, image : string, utilisateur : List~Personnage~)
|
|
|
|
+ FruitDuDemon(nom : string, nomRomanise : string, type : string, premierChap : int, premierEp : int, description : string, forces : string, faiblesses : string, image : string, utilisateur : List~Personnage~)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class Ile {
|
|
|
|
class Ile {
|
|
|
|