bio4j / angulillos

Java 8 library for strongly typed graph data
GNU Affero General Public License v3.0
7 stars 2 forks source link

Split interfaces on read/write-only #55

Closed laughedelic closed 8 years ago

laughedelic commented 8 years ago

I would split typed and untyped graph interfaces on parts with

In the writing part we can add general methods for schema initialization. Then it's used for importing data.

The reading part is used for working with an instance of already imported data.

@eparejatobes WDYT?

eparejatobes commented 8 years ago

yes, fine.

laughedelic commented 8 years ago

It's not as easy as I expected and we decided to close it (and maybe return later)