lschuetze / gql4jung

Automatically exported from code.google.com/p/gql4jung
0 stars 0 forks source link

Multiple edge labels #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
jung allows only one edge between a pair of vertices. This is a problem
when we have parallel extends/implements and uses relationships like in
composite patterns. 

Solution: change string property type to an integer flags for all boolean
properties in Vertex and Edge. Like in java.lang.reflect.Modifier. This
wold allow "multi labels", and would also be more efficient. 

Original issue reported on code.google.com by jens.dietrich on 7 Jul 2009 at 9:49