libSBML Perl API  libSBML 5.17.2 Perl API
OutwardBindingSite.h File Reference

: Implementation of the OutwardBindingSite class More...

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

Classes

class  ListOfOutwardBindingSites
 {multi} More...
 
class  OutwardBindingSite
 {multi} More...
 

Enumerations

enum  BindingStatus_t {
  MULTI_BINDING_STATUS_BOUND,
  MULTI_BINDING_STATUS_UNBOUND,
  MULTI_BINDING_STATUS_EITHER,
  MULTI_BINDING_STATUS_UNKNOWN
}
 Enumeration of possible binding status of a OutwardBindingSite in the libSBML "multi" package implementation. More...
 

Functions

BindingStatus_t BindingStatus_fromString (const char *s)
 
const char * BindingStatus_toString (BindingStatus_t bindingStatus)
 

Detailed Description

: Implementation of the OutwardBindingSite class

Author
: SBMLTeam

Enumeration Type Documentation

◆ BindingStatus_t

Enumeration of possible binding status of a OutwardBindingSite in the libSBML "multi" package implementation.

Enumerator
MULTI_BINDING_STATUS_BOUND 

The status of the OutwardBindingSite is 'bound'.

MULTI_BINDING_STATUS_UNBOUND 

The status of the OutwardBindingSite is 'unbound'.

MULTI_BINDING_STATUS_EITHER 

The status of the OutwardBindingSite is either 'bound' or 'unbound'.

MULTI_BINDING_STATUS_UNKNOWN 

The status of the OutwardBindingSite is unknown.

This value is not permitted for valid SBML models.

Function Documentation

◆ BindingStatus_fromString()

BindingStatus_t BindingStatus_fromString ( const char *  s)

◆ BindingStatus_toString()

const char* BindingStatus_toString ( BindingStatus_t  bindingStatus)