public class CatalysisImpl extends ControlImpl implements Catalysis
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
CatalysisImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCofactor(PhysicalEntity cofactor)
Any cofactor(s) or coenzyme(s) required for catalysis of the conversion by the enzyme.
|
void |
addController(Controller controller)
The controlling entity, e.g., in a biochemical reaction, an enzyme is the controlling entity of the reaction.
|
protected boolean |
checkControlled(Process controlled) |
CatalysisDirectionType |
getCatalysisDirection()
This property represents the direction of this catalysis under all physiological conditions if there is one.
|
Set<PhysicalEntity> |
getCofactor()
Any cofactor(s) or coenzyme(s) required for catalysis of the conversion by the enzyme.
|
Class<? extends Catalysis> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
void |
removeCofactor(PhysicalEntity cofactor)
Any cofactor(s) or coenzyme(s) required for catalysis of the conversion by the enzyme.
|
void |
setCatalysisDirection(CatalysisDirectionType catalysisDirection)
This property represents the direction of this catalysis under all physiological conditions if there is one.
|
addControlled, getControlled, getController, getControlType, getPathwayController, getPeController, removeControlled, removeController, setControlTypeaddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipant, setParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, semanticallyEquivalent, setDataSourceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddControlled, getControlled, getController, getControlType, removeControlled, removeController, setControlTypeaddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends Catalysis> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementgetModelInterface in class ControlImplorg.biopax.paxtools.model package
corresponding to a BioPAX class.public CatalysisDirectionType getCatalysisDirection()
CatalysisgetCatalysisDirection in interface Catalysispublic void setCatalysisDirection(CatalysisDirectionType catalysisDirection)
CatalysissetCatalysisDirection in interface CatalysiscatalysisDirection - direction of this catalysis under all physiological conditions if there is onepublic Set<PhysicalEntity> getCofactor()
CatalysisgetCofactor in interface Catalysispublic void addCofactor(PhysicalEntity cofactor)
CatalysisaddCofactor in interface Catalysiscofactor - cofactor(s) or coenzyme(s) required for catalysis of the conversionpublic void removeCofactor(PhysicalEntity cofactor)
CatalysisremoveCofactor in interface Catalysiscofactor - cofactor(s) or coenzyme(s) required for catalysis of the conversionpublic void addController(Controller controller)
ControladdController in interface ControladdController in class ControlImplcontroller - The controlling entityprotected boolean checkControlled(Process controlled)
checkControlled in class ControlImplCopyright © 2017 BioPAX. All rights reserved.