matthiaskoenig / cy3sbml

cy3sbml: SBML for Cytoscape 3
GNU Lesser General Public License v3.0
13 stars 2 forks source link

Added jsbml to the exported packages #189

Open tpfau opened 8 years ago

tpfau commented 8 years ago

The SBMLManager can only provide the SBMLDocument to an external app, if the jsbml package is exported and can be imported by the other app. Otherwise the importing app either needs to call everything via reflections or there will be classcast exceptions if the other app does import its own version of jsbml e.g. if it does not want to rely on cy3sbml to be present.

matthiaskoenig commented 8 years ago

I will merge this in the next few days. Quit busy until Tuesday, but will be integrated until end of next week. Thanks a lot for the contribution.