public class ReactionDialog extends Object
ReactionTable.
Date Created: Jan 22, 2016| Constructor and Description |
|---|
ReactionDialog(org.sbml.jsbml.Model model)
Instantiates a new reaction dialog.
|
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.Reaction |
showDialog()
Create and show a dialog for adding Reaction.
|
org.sbml.jsbml.Reaction |
showDialog(org.sbml.jsbml.Reaction reaction)
Create and show a dialog for adding Reaction with given JSBML Reaction object.
|
public ReactionDialog(org.sbml.jsbml.Model model)
model - the SBML modelpublic org.sbml.jsbml.Reaction showDialog()
throws IllegalArgumentException,
org.sbml.jsbml.text.parser.ParseException
IllegalArgumentException - the illegal argument exceptionorg.sbml.jsbml.text.parser.ParseException - the parse exceptionpublic org.sbml.jsbml.Reaction showDialog(org.sbml.jsbml.Reaction reaction)
throws IllegalArgumentException,
org.sbml.jsbml.text.parser.ParseException
reaction - the JSBML Reaction objectIllegalArgumentException - the illegal argument exceptionorg.sbml.jsbml.text.parser.ParseException - the parse exceptionCopyright © 2017–2019 Funahashi Lab.. All rights reserved.