|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.sbml.SBMLLevel2Document
public class SBMLLevel2Document
This class represents a SBML Level 2 Document This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Constructor Summary | |
|---|---|
SBMLLevel2Document()
Creates a new SBMLLevel2Document object. |
|
SBMLLevel2Document(Model model)
Creates a new instance of SBMLLevel2Document |
|
| Method Summary | |
|---|---|
Model |
getModel()
DOCUMENT ME! |
void |
setModel(Model m)
DOCUMENT ME! |
void |
writeDocument(java.io.Writer writer)
Writes an SBML document and closes the writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SBMLLevel2Document()
public SBMLLevel2Document(Model model)
model - DOCUMENT ME!| Method Detail |
|---|
public Model getModel()
public void setModel(Model m)
m - DOCUMENT ME!
public void writeDocument(java.io.Writer writer)
throws java.io.IOException
writer - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||