| Package | Description |
|---|---|
| org.sbml.jsbml.ext.multi |
Provides classes for the Multi package.
|
| org.sbml.jsbml.validator.offline.constraints |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BindingSiteSpeciesType |
A
BindingSiteSpeciesType object is a binding site, and therefore its instance can further define the bindingStatus
attribute and can participate a binding internally and explicitly in an InSpeciesTypeBond object, or externally and
implicitly defined by an OutwardBindingSite object. |
| Modifier and Type | Method | Description |
|---|---|---|
MultiSpeciesType |
MultiSpeciesType.clone() |
clones this class
|
MultiSpeciesType |
MultiModelPlugin.createSpeciesType() |
Creates a new
MultiSpeciesType inside this MultiModelPlugin and returns it. |
MultiSpeciesType |
MultiModelPlugin.createSpeciesType(java.lang.String id) |
Creates a new
MultiSpeciesType inside this MultiModelPlugin and returns it. |
MultiSpeciesType |
MultiModelPlugin.getSpeciesType(int i) |
Gets the ith
MultiSpeciesType. |
MultiSpeciesType |
MultiModelPlugin.getSpeciesType(java.lang.String id) |
Gets the
MultiSpeciesType that has the given id. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<MultiSpeciesType> |
MultiModelPlugin.getListOfSpeciesTypes() |
Returns the listOfSpeciesTypes.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
MultiModelPlugin.addSpeciesType(MultiSpeciesType speciesType) |
Adds a
MultiSpeciesType. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MultiModelPlugin.setListOfSpeciesTypes(ListOf<MultiSpeciesType> listOfSpeciesTypes) |
Sets the listOfSpeciesTypes.
|
| Constructor | Description |
|---|---|
MultiSpeciesType(MultiSpeciesType obj) |
Creates a new
MultiSpeciesType instance cloned from the given MultiSpeciesType. |
| Modifier and Type | Method | Description |
|---|---|---|
ValidationFunction<MultiSpeciesType> |
MultiSpeciesTypeConstraints.getValidationFunction(int errorCode,
ValidationContext context) |
Copyright © 2009–2022. All rights reserved.