From 3bba01976383c95bc4b0f54082a5e03c54b58436 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Fri, 20 Mar 2020 14:35:40 +0100 Subject: [PATCH] Added uml graph --- Graph.uml | 20 ++++++++++++++++++++ be-graphes-model/be-graphes-model.iml | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Graph.uml create mode 100644 be-graphes-model/be-graphes-model.iml diff --git a/Graph.uml b/Graph.uml new file mode 100644 index 0000000..7d27318 --- /dev/null +++ b/Graph.uml @@ -0,0 +1,20 @@ + + + JAVA + org.insa.graphs.model.Arc + + org.insa.graphs.model.Path + org.insa.graphs.model.RoadInformation + org.insa.graphs.model.Graph + org.insa.graphs.model.Arc + org.insa.graphs.model.Node + + + + + + + All + private + + diff --git a/be-graphes-model/be-graphes-model.iml b/be-graphes-model/be-graphes-model.iml new file mode 100644 index 0000000..4e3316b --- /dev/null +++ b/be-graphes-model/be-graphes-model.iml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file