libSBML Perl API  libSBML 5.10.0 Perl API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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} Implementation of the 'fbc' proposed package Association construct. More...
 

Enumerations

enum  AssociationTypeCode_t {
  GENE_ASSOCIATION = 0,
  AND_ASSOCIATION = 1,
  OR_ASSOCIATION = 2,
  UNKNOWN_ASSOCIATION = 3
}
 AssociationTypeCode_t is the 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

AssociationTypeCode_t is the 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)