| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
And |
This class represents a set of two or more associations that are related in an order independent ‘and’
relationship.
|
class |
GeneProductRef |
References a
GeneProduct. |
class |
LogicalOperator |
Represents a collection of genes in a logical expression.
|
class |
Or |
This class represents a set of two or more associations that are related in an order independent ‘and’
relationship.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
java.util.List<Association> |
LogicalOperator.getListOfAssociations() |
Returns the
LogicalOperator.listOfAssociations. |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
LogicalOperator.addAllAssociations(java.util.List<Association> listOfAssociations) |
Sets the given
ListOf<Association>. |
Copyright © 2009–2022. All rights reserved.