| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| org.sbml.jsbml.validator.offline.constraints |
| Modifier and Type | Method | Description |
|---|---|---|
CompartmentReference |
CompartmentReference.clone() |
|
CompartmentReference |
MultiCompartmentPlugin.createCompartmentReference() |
Creates a new CompartmentReference element and adds it to the
MultiCompartmentPlugin.listOfCompartmentReferences list. |
CompartmentReference |
MultiCompartmentPlugin.createCompartmentReference(java.lang.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(java.lang.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(java.lang.String compartmentReferenceId) |
Removes an element from the
MultiCompartmentPlugin.listOfCompartmentReferences. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<CompartmentReference> |
MultiCompartmentPlugin.getListOfCompartmentReferences() |
Returns the
MultiCompartmentPlugin.listOfCompartmentReferences. |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
MultiCompartmentPlugin.setListOfCompartmentReferences(ListOf<CompartmentReference> listOfCompartmentReferences) |
Sets the given
ListOf<CompartmentReference>. |
| Constructor | Description |
|---|---|
CompartmentReference(CompartmentReference obj) |
Creates a new
CompartmentReference instance, cloned from the given object. |
| Modifier and Type | Method | Description |
|---|---|---|
ValidationFunction<CompartmentReference> |
CompartmentReferenceConstraints.getValidationFunction(int errorCode,
ValidationContext context) |
Copyright © 2009–2022. All rights reserved.