public class BoundaryConditionDialog extends Object
BoundaryConditionTable
.
Date Created: Jan 21, 2016Constructor and Description |
---|
BoundaryConditionDialog(org.sbml.jsbml.Model model)
Instantiates a new boundary condition dialog.
|
Modifier and Type | Method and Description |
---|---|
org.sbml.jsbml.Parameter |
showDialog()
Create and show a dialog for adding Boundary Condition.
|
org.sbml.jsbml.Parameter |
showDialog(org.sbml.jsbml.Parameter parameter)
Create and show a dialog for adding Boundary Condition with given JSBML Parameter object.
|
public BoundaryConditionDialog(org.sbml.jsbml.Model model)
model
- the SBML modelpublic org.sbml.jsbml.Parameter showDialog() throws IllegalArgumentException
IllegalArgumentException
- the illegal argument exceptionpublic org.sbml.jsbml.Parameter showDialog(org.sbml.jsbml.Parameter parameter) throws IllegalArgumentException
parameter
- the JSBML Parameter objectIllegalArgumentException
- the illegal argument exceptionCopyright © 2017–2019 Funahashi Lab.. All rights reserved.