| Package | Description |
|---|---|
| com.hfg.chem.solution |
| Modifier and Type | Method and Description |
|---|---|
AqueousSolution |
AqueousSolution.defineComponent(Matter inSubstance,
Quantity inConcentration) |
AqueousSolution |
AqueousSolution.defineComponent(MixtureComponent inComponent) |
AqueousSolution |
AqueousSolution.setActualQuantity(Quantity inValue)
The actual quantity should be specified either in terms of volume or in terms of mass.
|
AqueousSolution |
AqueousSolution.setTargetQuantity(Quantity inValue)
The target quantity is the amount of solution intended to be made.
|
AqueousSolution |
AqueousSolution.subtract(Quantity inValue) |
| Modifier and Type | Method and Description |
|---|---|
Quantity |
AqueousSolution.calcQuantityOfStockSolutionNeeded(AqueousSolution inStockSolution) |
jataylor@hairyfatguy.com