Class BioChemicalReaction

java.lang.Object
org.episteme.natural.chemistry.ChemicalReaction
org.episteme.natural.biology.BioChemicalReaction
All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named

public class BioChemicalReaction extends ChemicalReaction
Represents a biochemical reaction converting reactants to products.

This class extends the core ChemicalReaction with support for catalysts (enzymes) and detailed Molecule linking.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • BioChemicalReaction

      public BioChemicalReaction(String name)
  • Method Details