Skip to content

Commit 9d98a42

Browse files
Brandon LumBrandon Lum
authored andcommitted
readme
1 parent df20d30 commit 9d98a42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ For each action taken, it is put into an action queue of tasks to visualize.
2020
A Job Oracle is spawned by GraphSimAlgorithm, which does all the heavy lifting. It takes this queue and, according to the set delay, dequeues the queue and runs the simulated action on the displayed graph.
2121

2222

23-
_Running the App_
24-
23+
Running the App
24+
--------------
2525
Besides getting all the relative file paths set in the eclipse workspace, the application should work out of the box by running the Main class.\\
2626

27-
_Importing a graph_
28-
27+
Importing a graph
28+
-----------------
2929
To import a graph, once the UI is loaded, just click "Browse Graph" and select the graph and select "Load Graph" to load it into the UI. \\
3030

3131
We note that the graph has to be in the format specified in the program. To take a graph which is in the format of ProPPR's cooked format and use the "Visual Graph Parser", which is a python project that takes in a cooked file and makes them baked - i.e. suitable for use in Visual ProPPR. \\
3232

33-
_Documentation_
34-
33+
Documentation
34+
-----------------
3535
The documentation can be found in the docs folder, which contains the Java docs.
3636

3737
For details of the graphstream API, you may view the documents either through their java docs or online at http://graphstream-project.org/doc/.

0 commit comments

Comments
 (0)