first commit
This commit is contained in:
3
perl/lib/Graph-Easy-0.76/t/layouter/edge_label.txt
Normal file
3
perl/lib/Graph-Easy-0.76/t/layouter/edge_label.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
[ Bonn ] -- train --> [ Berlin ] -> [ Potsdam ]
|
||||
[ Berlin ] -> [ Ulm ]
|
||||
[ Bonn ] -> [ Potsdam ]
|
||||
4
perl/lib/Graph-Easy-0.76/t/layouter/layouter.txt
Normal file
4
perl/lib/Graph-Easy-0.76/t/layouter/layouter.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
[ Bonn ] -> [ Berlin ] -> [ Kassel ]
|
||||
[ Bonn ] -> [ Koblenz ]
|
||||
[ Bonn ] -> [ Ulm ] -> [ Koblenz ]
|
||||
[ Ulm ] -> [ Bautzen ] -> [ Berlin ]
|
||||
4
perl/lib/Graph-Easy-0.76/t/layouter/layouter_chain.txt
Normal file
4
perl/lib/Graph-Easy-0.76/t/layouter/layouter_chain.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
[ Bonn ] -> [ Berlin ] -> [ Kassel ]
|
||||
[ Bonn ] -> [ Koblenz ] -> [ Berlin ]
|
||||
[ Bonn ] -> [ Ulm ] -> [ Koblenz ]
|
||||
[ Ulm ] -> [ Bautzen ] -> [ Berlin ]
|
||||
5
perl/lib/Graph-Easy-0.76/t/layouter/layouter_loop.txt
Normal file
5
perl/lib/Graph-Easy-0.76/t/layouter/layouter_loop.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
[ Bonn ] -> [ Berlin ] -> [ Kassel ]
|
||||
[ Bonn ] -> [ Koblenz ] -> [ Berlin ]
|
||||
[ Bonn ] -> [ Ulm ] -> [ Koblenz ]
|
||||
[ Ulm ] -> [ Bautzen ] -> [ Berlin ]
|
||||
[ Bautzen ] -> [ Bonn ]
|
||||
19
perl/lib/Graph-Easy-0.76/t/layouter/multiples.txt
Normal file
19
perl/lib/Graph-Easy-0.76/t/layouter/multiples.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
node { background: yellow; }
|
||||
|
||||
|
||||
[ Bonn ] ..> [ Berlin ] -> [ Kassel ]
|
||||
[ Bonn ] .-> [ Koblenz ]
|
||||
[ Bonn ] -> [ Ulm ] -> [ Koblenz ]
|
||||
[ Ulm ] -> [ Bautzen ] -> [ Berlin ]
|
||||
|
||||
[ 1Bonn ] ..> [ 1Berlin ] -> [ 1Kassel ]
|
||||
[ 1Bonn ] .-> [ 1Koblenz ]
|
||||
[ 1Bonn ] -> [ 1Ulm ] -> [ 1Koblenz ]
|
||||
[ 1Ulm ] -> [ 1Bautzen ] -> [ 1Berlin ]
|
||||
|
||||
|
||||
[ 2Bonn ] ..> [ 2Berlin ] -> [ 2Kassel ]
|
||||
[ 2Bonn ] .-> [ 2Koblenz ]
|
||||
[ 2Bonn ] -> [ 2Ulm ] -> [ 2Koblenz ]
|
||||
[ 2Ulm ] -> [ 2Bautzen ] -> [ 2Berlin ]
|
||||
|
||||
4
perl/lib/Graph-Easy-0.76/t/layouter/state.txt
Normal file
4
perl/lib/Graph-Easy-0.76/t/layouter/state.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
[ Start ] --> [ Main ]
|
||||
|
||||
[ Main ] -- Until not done --> [ Main ]
|
||||
[ Main ] --> [ End ]
|
||||
Reference in New Issue
Block a user