andreiolaru-ro / net.xqhs.Graphs

Simple implementation of a library for graphs, graph patterns, and graph matching.
GNU General Public License v3.0
0 stars 1 forks source link

Access to generic nodes in GraphPattern #4

Closed andreiolaru-ro closed 9 years ago

andreiolaru-ro commented 10 years ago

There should be better access to generic nodes, or better documentation thereof:

andreiolaru-ro commented 10 years ago

Moreover, the generic index is kept in the node, so the same NodeP instance cannot be part of multiple patterns. Would that be useful / would that make sense?

andreiolaru-ro commented 9 years ago

Also, it is not very clear how to get a unique identifier of a node in a graph (toString() can be used for the moment, but that is not obvious or just).

andreiolaru-ro commented 9 years ago

Generic indexes now searchable in commit ffe9ad90a8058d0b5d8add8ecda4712b0c3416df

Other items will be considered as solved previously, or with solutions existing.