Uses of Class
org.episteme.natural.chemistry.ChemicalReaction
Packages that use ChemicalReaction
Package
Description
-
Uses of ChemicalReaction in org.episteme.natural.biology
Subclasses of ChemicalReaction in org.episteme.natural.biologyModifier and TypeClassDescriptionclassRepresents a biochemical reaction converting reactants to products. -
Uses of ChemicalReaction in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry that return ChemicalReactionModifier and TypeMethodDescriptionstatic ChemicalReactionBalances a chemical equation string.static ChemicalReactionParse a chemical equation string. -
Uses of ChemicalReaction in org.episteme.natural.chemistry.electrochemistry
Methods in org.episteme.natural.chemistry.electrochemistry that return ChemicalReactionConstructors in org.episteme.natural.chemistry.electrochemistry with parameters of type ChemicalReaction -
Uses of ChemicalReaction in org.episteme.natural.chemistry.kinetics
Methods in org.episteme.natural.chemistry.kinetics that return ChemicalReactionModifier and TypeMethodDescriptionReactionMechanism.getRateDeterminingStep()Identifies the rate-determining step (step with smallest rate constant k).Methods in org.episteme.natural.chemistry.kinetics that return types with arguments of type ChemicalReactionMethods in org.episteme.natural.chemistry.kinetics with parameters of type ChemicalReactionModifier and TypeMethodDescriptionvoidReactionMechanism.addStep(ChemicalReaction step) booleanReactionMechanism.validatesOverallReaction(ChemicalReaction overall) Checks if the sum of elementary steps matches the overall reaction.