Murali-group / CyGraphSpace

A GraphSpace app for Cytoscape
GNU General Public License v3.0
1 stars 2 forks source link

Code refactor for JSON export #12

Closed LHuang2019 closed 6 years ago

LHuang2019 commented 6 years ago

Currently the java class PostGraphMenuAction and PostGraphToolBarComponent contains duplicated codes for exporting network to JSON.

The code base should be refactored so that both PostGraphMenuAction and PostGraphToolBarComponent both uses the same implementation that comes from one place.