public class SpeciesDialog extends Object
SpeciesTable.
Date Created: Jan 20, 2016| Constructor and Description |
|---|
SpeciesDialog(org.sbml.jsbml.Model model)
Instantiates a new species dialog.
|
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.Species |
showDialog()
Create and show a dialog for adding Species.
|
org.sbml.jsbml.Species |
showDialog(org.sbml.jsbml.Species species)
Create and show a dialog for adding Species with given JSBML Species object.
|
public SpeciesDialog(org.sbml.jsbml.Model model)
model - the SBML modelpublic org.sbml.jsbml.Species showDialog()
throws IllegalArgumentException,
org.sbml.jsbml.IdentifierException
IllegalArgumentException - the illegal argument exceptionorg.sbml.jsbml.IdentifierException - the identifier exceptionpublic org.sbml.jsbml.Species showDialog(org.sbml.jsbml.Species species)
throws IllegalArgumentException,
org.sbml.jsbml.IdentifierException
species - the JSBML Species objectIllegalArgumentException - the illegal argument exceptionorg.sbml.jsbml.IdentifierException - the identifier exceptionCopyright © 2017–2019 Funahashi Lab.. All rights reserved.