bio4j / bio4j-titan

Titan-specific bio4j implementation
https://github.com/bio4j/bio4j
6 stars 2 forks source link

dependencies, methods and building graphs #21

Closed eparejatobes closed 10 years ago

eparejatobes commented 10 years ago

Discussing this with @evdokim

eparejatobes commented 10 years ago

@pablopareja an update on this. This issue about multiple graphs and dependencies is kind of complex from a generic perspective, and there's no completely satisfying solution for it. It is related though with defining all the in, out methods in typed-graphs at an abstract level: Node and not just TitanNode. As the top priority right now is to get this working, we are doing things essentially as you have them in #22. The only detail is that you should declare the possible extensions of a module as methods in the corresponding graph; see my last commit in #22.

In summary

eparejatobes commented 10 years ago

this and much more has been done, we are so cool