| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Class and Description |
|---|---|
class |
And
Introduced to FBC in version 2.
|
class |
GeneProductRef
Introduced to FBC in version 2.
|
class |
LogicalOperator |
class |
Or
Introduced to FBC in version 2.
|
| Modifier and Type | Method and Description |
|---|---|
Association |
GeneProductAssociation.getAssociation()
Returns the value of
GeneProductAssociation.association. |
Association |
LogicalOperator.getAssociation(int i)
Gets an element from the
LogicalOperator.listOfAssociations at the given index. |
Association |
LogicalOperator.removeAssociation(int i)
Removes an element from the listOfAssociations at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
LogicalOperator.getListOfAssociations()
Returns the
LogicalOperator.listOfAssociations. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LogicalOperator.addAssociation(Association association)
Adds a new
Association to the LogicalOperator.listOfAssociations. |
void |
LogicalOperator.addChild(Association child)
Identical to calling
LogicalOperator.addAssociation(Association). |
boolean |
LogicalOperator.removeAssociation(Association association)
Removes an element from the
LogicalOperator.listOfAssociations. |
void |
GeneProductAssociation.setAssociation(Association association)
Sets the value of association
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalOperator.addAllAssociations(List<Association> listOfAssociations)
Sets the given
ListOf<Association>. |
Copyright © 2009–2016. All rights reserved.