Résolution #8 Modifications classes et méthodes

This commit is contained in:
2020-12-07 22:18:54 +01:00
parent 3283cd2f02
commit 3c053fb45f
15 changed files with 702 additions and 227 deletions

View File

@@ -27,10 +27,10 @@ public class Project {
public Project(){
_projectId++;
_id = _projectId;
_name = "Mon super projet";
_author = "Inconnu";
_name = "My awesome project";
_author = "Unknown";
_version = "0.0.1";
_designation = "Projet UML AppThinker.";
_designation = "AppThinker UML Project.";
_path = null;
_classes = new ArrayList<Class>();
_links = new ArrayList<Link>();