Package | Description |
---|---|
uk.ac.ebi.intenz.domain.enzyme |
The core enzyme information is held in these classes.
|
Modifier and Type | Method and Description |
---|---|
static Cofactor |
Cofactor.valueOf(uk.ac.ebi.rhea.domain.Compound compound,
EnzymeSourceConstant source,
EnzymeViewConstant view)
Builds a cofactor from the passed parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
EnzymeEntry.addCofactor(Cofactor cofactor)
Deprecated.
use
EnzymeEntry.addCofactor(Object) instead |
void |
EnzymeEntry.removeCofactor(Cofactor cofactor)
Deprecated.
use
EnzymeEntry.removeCofactor(Object) instead |
Copyright © 2014 EMBL-EBI. All rights reserved.