Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
5fb2a5f6
Commit
5fb2a5f6
authored
May 19, 2019
by
Osvaldo Valdivia Salas
Browse files
correction Neo4J_Proj
parent
41b26b44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Neo4J_Proj
View file @
5fb2a5f6
...
...
@@ -44,16 +44,16 @@ create (C3) - [:proprietaireDe] -> (A4)
create (C4) - [:proprietaireDe] -> (A5)
create (M1) - [:appartientA] -> (T1)
create (M2) - [:appartientA] -> (T1)
create (M3) - [:appartientA] -> (T2)
create (M4) - [:appartientA] -> (T3)
create (M5) - [:appartientA] -> (T3)
create (M6) - [:appartientA] -> (T4)
create (M7) - [:appartientA] -> (T5)
create (M8) - [:appartientA] -> (T5)
create (M2) - [:appartientA] -> (T6)
create (M4) - [:appartientA] -> (T6)
create (M1) - [:appartientA
{debut:'2017-02-10', duree:'4', nbParJour:'1'}
] -> (T1)
create (M2) - [:appartientA
{debut:'2017-02-10', duree:'2', nbParJour:'1'}
] -> (T1)
create (M3) - [:appartientA
{debut:'2017-10-01', duree:'5', nbParJour:'2'}
] -> (T2)
create (M4) - [:appartientA
{debut:'2018-01-05', duree:'2', nbParJour:'1'}
] -> (T3)
create (M5) - [:appartientA
{debut:'2018-03-01', duree:'3', nbParJour:'2'}
] -> (T3)
create (M6) - [:appartientA
{debut:'2018-04-15', duree:'6', nbParJour:'3'}
] -> (T4)
create (M7) - [:appartientA
{debut:'2018-04-01', duree:'5', nbParJour:'1'}
] -> (T5)
create (M8) - [:appartientA
{debut:'2018-04-01', duree:'3', nbParJour:'1'}
] -> (T5)
create (M2) - [:appartientA
{debut:'2018-04-17', duree:'5', nbParJour:'1'}
] -> (T6)
create (M4) - [:appartientA
{debut:'2018-04-17', duree:'5', nbParJour:'3'}
] -> (T6)
create (T1) - [:prescritPar] -> (V1)
...
...
@@ -69,4 +69,4 @@ create (T2) - [:prescritA] -> (A2)
create (T3) - [:prescritA] -> (A3)
create (T4) - [:prescritA] -> (A4)
create (T5) - [:prescritA] -> (A1)
create (T6) - [:prescritA] -> (A5)
create (T6) - [:prescritA] -> (A5)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment