Both nodes and relationships should implement the PropertyContainer interface so no need to duplicate code. PropertyContainer interface has been added to trunk (see org.neo4j.api.core package) and will be included in the next release.
-Johan On Sat, Jun 21, 2008 at 10:42 AM, Anders Nawroth <[EMAIL PROTECTED]> wrote: > Hi! > > In Neoclipse we have some code duplication when it comes to handling > properties. One piece of code for Nodes and one for Relationships, but other > then that the code is identical. > > I think it's time to get rid of this duplication, but couldn't find any nice > way to do this. > > Please help me out on this one! > > BTW, I added property editing capabilities to Neoclipse. For now, it assumes > that you want the edited value to keep it's type. > > /anders > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

