org.jscience.ml.sbml
Class Notes
java.lang.Object
org.jscience.ml.sbml.Notes
public final class Notes
- extends java.lang.Object
Stores the note metadata for an SBML node.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
|
Method Summary |
void |
add(java.lang.String note)
|
void |
clear()
|
java.lang.String |
get(int index)
|
java.util.Iterator |
iterator()
|
void |
remove(int index)
|
void |
set(int index,
java.lang.String note)
|
int |
size()
|
java.lang.String |
toString()
The SBML for this element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
add
public void add(java.lang.String note)
clear
public void clear()
get
public java.lang.String get(int index)
size
public int size()
iterator
public java.util.Iterator iterator()
remove
public void remove(int index)
set
public void set(int index,
java.lang.String note)
toString
public java.lang.String toString()
- The SBML for this element.
- Overrides:
toString in class java.lang.Object