Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph #7

Closed
6 tasks done
duartencar opened this issue Apr 8, 2021 · 0 comments
Closed
6 tasks done

Graph #7

duartencar opened this issue Apr 8, 2021 · 0 comments
Labels
enhancement New feature or request hard Issue with hard difficulty
Milestone

Comments

@duartencar
Copy link
Owner

duartencar commented Apr 8, 2021

  • Parse nodes file
  • Parse edges file
  • Create Node class
  • Create Edge class
  • Create Graph class
  • Insert nodes and edges to graph
@duartencar duartencar added the enhancement New feature or request label Apr 8, 2021
@duartencar duartencar added this to the First Sprint milestone Apr 8, 2021
@duartencar duartencar added the hard Issue with hard difficulty label Apr 10, 2021
duartencar added a commit that referenced this issue Apr 16, 2021
* Example map file added

* Created function to open and parse XML file

* Created Graph, Node and Edge class

* Node and Edge extend GraphElement

* Graph singleton pattern implemented

* started processing nodes

* getting node attributes

* GraphNode implemented

* started edges

* Reads edges and inserts them to the nodes, graph fully loaded

Closes #7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hard Issue with hard difficulty
Projects
None yet
Development

No branches or pull requests

1 participant