Class ChemicalReactionParser.Reaction
java.lang.Object
org.episteme.natural.chemistry.ChemicalReactionParser.Reaction
- Enclosing class:
ChemicalReactionParser
Represents a parsed chemical reaction.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns element counts for each side.booleanChecks if the reaction is balanced.toString()
-
Constructor Details
-
Reaction
-
-
Method Details
-
getReactants
-
getProducts
-
getOriginal
-
isBalanced
public boolean isBalanced()Checks if the reaction is balanced. -
getElementBalance
Returns element counts for each side. -
toString
-