PathVisio / GPML

Graphical Pathway Markup Language
5 stars 3 forks source link

Rename pathway element type properties to "type" for consistency #49

Closed Finterly closed 3 years ago

Finterly commented 3 years ago

Pathway elements have type property. For example: DataNode.type, State.stateType, Interaction.type, GraphicalLine.type, Group.groupType.

We rename groupType and stateType to type for consistency. Property type will also added to Shape in issue ___. Pathway objects that were previously Labels fall under new DataNode type categories in 2021. Therefore Labels should be simply labels and will not need a type.

Finterly commented 3 years ago

commit 66cafa1 closes issue #49