@Entity @Indexed public class CatalysisImpl extends ControlImpl implements Catalysis
FIELD_AVAILABILITY, FIELD_COMMENT, FIELD_DATASOURCE, FIELD_ECNUMBER, FIELD_KEYWORD, FIELD_NAME, FIELD_ORGANISM, FIELD_PATHWAY, FIELD_SEQUENCE, FIELD_TERM, FIELD_XREFDB, FIELD_XREFID, FILTER_BY_DATASOURCE, FILTER_BY_ORGANISMUNKNOWN_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.
|
protected void |
setCofactor(Set<PhysicalEntity> cofactor) |
addControlled, getControlled, getController, getControlType, getPathwayController, getPeController, removeControlled, removeController, setControlled, setControlType, setPathwayController, setPeControlleraddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipant, setInteractionType, setParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOf, setControlledOf, setPathwayComponentOf, setStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, semanticallyEquivalent, setAvailability, setDataSource, setEvidence, setParticipantOfaddName, getDisplayName, getDisplayNameX, getName, getStandardName, getStandardNameX, removeName, setDisplayName, setDisplayNameX, setName, setStandardName, setStandardNameXaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, 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, getRDFId, 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 Catalysisprotected void setCofactor(Set<PhysicalEntity> cofactor)
public 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 © 2015 BioPAX. All rights reserved.