Uses of Class
uk.ac.ebi.intenz.domain.enzyme.Cofactor

Packages that use Cofactor
uk.ac.ebi.intenz.domain.enzyme The core enzyme information is held in these classes. 
 

Uses of Cofactor in uk.ac.ebi.intenz.domain.enzyme
 

Methods in uk.ac.ebi.intenz.domain.enzyme that return Cofactor
static Cofactor Cofactor.valueOf(uk.ac.ebi.rhea.domain.Compound compound, EnzymeSourceConstant source, EnzymeViewConstant view)
          Builds a cofactor from the passed parameters.
 

Methods in uk.ac.ebi.intenz.domain.enzyme with parameters of type Cofactor
 void EnzymeEntry.addCofactor(Cofactor cofactor)
          Deprecated. use EnzymeEntry.addCofactor(Object) instead
 void EnzymeEntry.removeCofactor(Cofactor cofactor)
          Deprecated. use EnzymeEntry.removeCofactor(Object) instead
 



Copyright © 2013 EMBL-EBI. All Rights Reserved.