org.jscience.ml.sbml
Class Annotations
java.lang.Object
org.jscience.ml.sbml.Annotations
public final class Annotations
- extends java.lang.Object
Stores the annotation 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 annotation)
|
void |
clear()
|
java.lang.String |
get(int index)
|
java.util.Iterator |
iterator()
|
void |
remove(int index)
|
void |
set(int index,
java.lang.String annotation)
|
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 annotation)
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 annotation)
toString
public java.lang.String toString()
- The SBML for this element.
- Overrides:
toString in class java.lang.Object