Closed eparejatobes closed 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
this and much more has been done, we are so cool
Discussing this with @evdokim
with
builder methods. At the implementation site, you check for nulls (and throw the corresponding exception if needed)fromXXX
methods in their node/rel types.