| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| Modifier and Type | Method and Description |
|---|---|
CompartmentReference |
CompartmentReference.clone() |
CompartmentReference |
MultiCompartmentPlugin.createCompartmentReference()
Creates a new CompartmentReference element and adds it to the
MultiCompartmentPlugin.listOfCompartmentReferences list. |
CompartmentReference |
MultiCompartmentPlugin.createCompartmentReference(String id)
Creates a new
CompartmentReference element and adds it to the
MultiCompartmentPlugin.listOfCompartmentReferences list. |
CompartmentReference |
MultiCompartmentPlugin.getCompartmentReference(int i)
Gets an element from the
MultiCompartmentPlugin.listOfCompartmentReferences at the given index. |
CompartmentReference |
MultiCompartmentPlugin.getCompartmentReference(String compartmentReferenceId)
Gets an element from the listOfCompartmentReferences, with the given id.
|
CompartmentReference |
MultiCompartmentPlugin.removeCompartmentReference(int i)
Removes an element from the
MultiCompartmentPlugin.listOfCompartmentReferences at the given index. |
CompartmentReference |
MultiCompartmentPlugin.removeCompartmentReference(String compartmentReferenceId)
Removes an element from the
MultiCompartmentPlugin.listOfCompartmentReferences. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<CompartmentReference> |
MultiCompartmentPlugin.getListOfCompartmentReferences()
Returns the
MultiCompartmentPlugin.listOfCompartmentReferences. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiCompartmentPlugin.addCompartmentReference(CompartmentReference compartmentReference)
Adds a new
CompartmentReference to the MultiCompartmentPlugin.listOfCompartmentReferences. |
boolean |
MultiCompartmentPlugin.removeCompartmentReference(CompartmentReference compartmentReference)
Removes an element from the
MultiCompartmentPlugin.listOfCompartmentReferences. |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiCompartmentPlugin.setListOfCompartmentReferences(ListOf<CompartmentReference> listOfCompartmentReferences)
Sets the given
ListOf<CompartmentReference>. |
| Constructor and Description |
|---|
CompartmentReference(CompartmentReference obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.