PathVisio / GPML

Graphical Pathway Markup Language
5 stars 3 forks source link

Rename properties for clarity, part two #45

Closed Finterly closed 3 years ago

Finterly commented 3 years ago

Attribute-->Property name-->title

graphId-->elementId graphRef, groupRef-->elementRef

Both graphRef and groupRef can be both be renamed as elementRef. This is simplification is possible because Pathway elements have either just graphRef or groupRef. In previous change, Group.groupId and Group.graphId was merged and renamed elementId. Reasoning behind this simplification is similar.