libSBML C++ API  5.11.0
Association.h File Reference

Implementation of Association, the contents of a GeneAssociation. More...

Include dependency graph for Association.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Association
 fbc Proposed representation of gene associations. More...
 

Enumerations

enum  AssociationTypeCode_t {
  GENE_ASSOCIATION = 0,
  AND_ASSOCIATION = 1,
  OR_ASSOCIATION = 2,
  UNKNOWN_ASSOCIATION = 3
}
 Enumeration of possible association children of the proposed GeneAssociation class. More...
 

Detailed Description

Implementation of Association, the contents of a GeneAssociation.

Definition of Association, the contents of a GeneAssociation.

Author
Frank T. Bergmann

Enumeration Type Documentation

Enumeration of possible association children of the proposed GeneAssociation class.

This class is not part of Version 1 of the Flux Balance Constraints specification.

Enumerator
GENE_ASSOCIATION 

A 'gene' association (<fbc:gene>)

AND_ASSOCIATION 

An 'and' association (<fbc:and>)

OR_ASSOCIATION 

An 'or' association (<fbc:or>)

UNKNOWN_ASSOCIATION 

An unknown or unset association (no legal XML)