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

Introduce TypedGraph for Recommendations #84

Closed
12 tasks done
cassinius opened this issue Jul 30, 2019 · 1 comment
Closed
12 tasks done

Introduce TypedGraph for Recommendations #84

cassinius opened this issue Jul 30, 2019 · 1 comment

Comments

@cassinius
Copy link
Collaborator

cassinius commented Jul 30, 2019

  • TypedGraph class that holds nodes in separate type-Maps
    • correct adding / deleting of types
    • stats including types
  • TypedEdge class
    • Type
    • Type <-> directed checks ?? -> NO !
    • Type <-> possible endpoints checks ?? -> NO !
  • Edge Dupes checker
  • TypedNode class that holds edges in separate type-Maps and allows
    adding / deleting edges according to
    • type
    • direction
      retrieving according to
    • type
    • direction
    • checks for target node type / edge type consistency??? -> NO ! (use responsibility)
  • Adapt JSONInput class to properly handle typed object instantiation
@cassinius cassinius changed the title Introduce TypedGraph Introduce TypedGraph for Recommendations Jul 30, 2019
@cassinius
Copy link
Collaborator Author

CLOSED -> higher abstracted traveral tests will take place in graphinius-recommender, which was made public yesterday afternoon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant