Compare commits
2 commits
136bc656bc
...
a936226604
| Author | SHA1 | Date | |
|---|---|---|---|
| a936226604 | |||
| 92d9944c51 |
3 changed files with 29 additions and 9 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -18,7 +18,9 @@ doc
|
||||||
*.mapgr
|
*.mapgr
|
||||||
*.path
|
*.path
|
||||||
*.tgz
|
*.tgz
|
||||||
/.idea/
|
!/.idea/
|
||||||
|
/.idea/*
|
||||||
|
!/.idea/runConfigurations/
|
||||||
/be-graphes-all.iml
|
/be-graphes-all.iml
|
||||||
/be-graphes-gui/be-graphes-gui.iml
|
/be-graphes-gui/be-graphes-gui.iml
|
||||||
/be-graphes-algos/be-graphes-algos.iml
|
/be-graphes-algos/be-graphes-algos.iml
|
||||||
|
|
|
||||||
14
.idea/runConfigurations/Algos_Tests.xml
Normal file
14
.idea/runConfigurations/Algos_Tests.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<component name="ProjectRunConfigurationManager">
|
||||||
|
<configuration default="false" name="Algos Tests" type="JUnit" factoryName="JUnit">
|
||||||
|
<module name="be-graphes-algos" />
|
||||||
|
<useClassPathOnly />
|
||||||
|
<option name="PACKAGE_NAME" value="" />
|
||||||
|
<option name="MAIN_CLASS_NAME" value="" />
|
||||||
|
<option name="METHOD_NAME" value="" />
|
||||||
|
<option name="TEST_OBJECT" value="package" />
|
||||||
|
<option name="PARAMETERS" value="" />
|
||||||
|
<method v="2">
|
||||||
|
<option name="Make" enabled="true" />
|
||||||
|
</method>
|
||||||
|
</configuration>
|
||||||
|
</component>
|
||||||
20
Graph.uml
20
Graph.uml
|
|
@ -3,17 +3,21 @@
|
||||||
<ID>JAVA</ID>
|
<ID>JAVA</ID>
|
||||||
<OriginalElement>org.insa.graphs.model.Arc</OriginalElement>
|
<OriginalElement>org.insa.graphs.model.Arc</OriginalElement>
|
||||||
<nodes>
|
<nodes>
|
||||||
<node x="67.81410256410254" y="360.0">org.insa.graphs.model.Path</node>
|
<node x="121.21111111111114" y="752.0">org.insa.graphs.model.Path</node>
|
||||||
<node x="-24.0" y="-19.0">org.insa.graphs.model.RoadInformation</node>
|
<node x="12.565277777777823" y="0.0">org.insa.graphs.model.RoadInformation</node>
|
||||||
<node x="64.87467948717946" y="265.0">org.insa.graphs.model.Graph</node>
|
<node x="56.21111111111114" y="531.0">org.insa.graphs.model.Graph</node>
|
||||||
<node x="96.87307692307692" y="85.0">org.insa.graphs.model.Arc</node>
|
<node x="0.0" y="442.0">org.insa.graphs.model.Arc</node>
|
||||||
<node x="37.83076923076922" y="180.0">org.insa.graphs.model.Node</node>
|
<node x="92.43749999999999" y="241.0">org.insa.graphs.model.Node</node>
|
||||||
</nodes>
|
</nodes>
|
||||||
<notes />
|
<notes />
|
||||||
<edges />
|
<edges />
|
||||||
<settings layout="Hierarchic Group" zoom="1.0" x="80.5" y="188.0" />
|
<settings layout="Hierarchic Group" zoom="0.9424141749723145" x="181.5" y="441.5" />
|
||||||
<SelectedNodes />
|
<SelectedNodes>
|
||||||
<Categories />
|
<node>org.insa.graphs.model.Arc</node>
|
||||||
|
</SelectedNodes>
|
||||||
|
<Categories>
|
||||||
|
<Category>Fields</Category>
|
||||||
|
</Categories>
|
||||||
<SCOPE>All</SCOPE>
|
<SCOPE>All</SCOPE>
|
||||||
<VISIBILITY>private</VISIBILITY>
|
<VISIBILITY>private</VISIBILITY>
|
||||||
</Diagram>
|
</Diagram>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue