Interface IMashStepDisplay
- BeerXML\Parser\IMashStepDisplay implements BeerXML\Parser\IMashStep
Direct known implementers
BeerXML\Record\MashStep
public
|
#
setDecoctionAmt( string $decoctionAmt )
Calculated volume of mash to decoct. Only applicable for a decoction step. Includes the units as in "7.5 l" or "2.3 gal" |
public
|
#
setDescription( string $description )
Textual description of this step such as "Infuse 4.5 gal of water at 170 F" – may be either generated by the program or input by the user. |
public
|
#
setDisplayInfuseAmt( string $displayInfuseAmt )
Infusion amount along with the volume units as in "20 l" or "13 qt" |
public
|
#
setDisplayStepTemp( string $displayStepTemp )
Step temperature in user defined temperature units. For example "154F" or "68 C" |
public
|
#
setInfuseTemp( string $infuseTemp )
The calculated infusion temperature based on the current step, grain, and other settings. Applicable only for an infusion step. Includes the units as in "154 F" or "68 C" |
public
|
#
setWaterGrainRatio( string $waterGrainRatio )
The total ratio of water to grain for this step AFTER the infusion along with the units, usually expressed in qt/lb or l/kg. |
setEndTemp(),
setInfuseAmount(),
setName(),
setRampTime(),
setStepTemp(),
setStepTime(),
setType(),
setVersion()
|